mirror of
https://github.com/Astatin3/Code.org-Final-Projects.git
synced 2026-06-09 00:18:02 -06:00
Add code
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// Object structure for a word
|
||||
public class word {
|
||||
public int count;
|
||||
public String str;
|
||||
}
|
||||
Reference in New Issue
Block a user