Skip to content

Commit

Permalink
final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
digantaregmi committed May 2, 2024
1 parent a58744e commit 03f653e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/uta/cse3310/WordGrid.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import java.util.Random;

public class WordGrid {
private static final int SIZE = 20; // Grid size
private static final int SIZE = 20;
private Cell[][] grid;
private Random random = new Random();
private ArrayList<Word> words;
Expand Down

0 comments on commit 03f653e

Please sign in to comment.