partially working solution for week4

This commit is contained in:
Josh Ashton
2024-02-07 17:05:39 -07:00
parent 51303aa4e0
commit a2d30f851c
3 changed files with 16987 additions and 26 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/zsh
javac Challenge.java
java Challenge
rm *.class