Files
challenges/fall23/Week11/run
T
2024-02-04 15:54:05 -07:00

7 lines
46 B
Bash
Executable File

#!/bin/zsh
javac *.java
java App
rm *.class