Add script for running

This commit is contained in:
Kiril Kovachev 2025-03-07 15:21:51 +00:00
parent c4211d5f8b
commit b266337f15

1
run.sh Executable file
View File

@ -0,0 +1 @@
javacc assignment.jj && javac *.java && java Assignment < test.txt > output.txt 2> err.txt