Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HeEb authored and HeEb committed Jul 26, 2024
2 parents 0504526 + 07446c2 commit b557be3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/main/java/uta/cse3310/Word.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package uta.cse3310;
//--------------------------for checking if match and revealing word------------------------------------

package uta.cse3310;
import java.util.Random;

public class Word {
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/uta/cse3310/WordList.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package uta.cse3310;
//-----------For Getting words-------------

package uta.cse3310;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
Expand Down

0 comments on commit b557be3

Please sign in to comment.