Skip to content

Instantly share code, notes, and snippets.

@liaujianjie
Last active January 31, 2018 12:49
Show Gist options
  • Save liaujianjie/37c0d3650171d1a9eee3ada6f42666d0 to your computer and use it in GitHub Desktop.
Save liaujianjie/37c0d3650171d1a9eee3ada6f42666d0 to your computer and use it in GitHub Desktop.
Runs the tests for your CS2030 lab0 test cases
echo Compiling... && javac LabZero.java && echo Compiled. && echo Running tests... && for i in $(seq 5); do java LabZero < TESTDATA$i.txt; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment