basic GUI structure implemented, along with -c or --cli flags to run in a CLI rather than launch the GUI.

This commit is contained in:
Josh Ashton
2024-03-20 23:02:13 -06:00
parent 897af47658
commit 3cd71bf987
6 changed files with 60 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
javac *.java
java Sudoku
java App -c
rm *.class