This commit is contained in:
nik
2026-05-20 16:20:45 -07:00
commit 007710b5a8
91 changed files with 450401 additions and 0 deletions

3
c3/compile.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
javac *.java && java Client ; rm *.class