This commit is contained in:
Astatin3
2024-03-26 14:07:09 -06:00
parent f8d9da826c
commit f8d5729e52
24 changed files with 4318 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
// Object structure for a word
public class word {
public int count;
public String str;
}