A CLI automation tool for Aizu Online Judge.
- Run your code with sample inputs and compare with the correct outputs
- Submit your code to AOJ
- Enable you to check your profile and recent submission records
$ go get github.com/ken-tunc/aojtoolMake sure that $GOPATH/bin is in your $PATH.
Login to Aizu Online Judge.
$ aojtool loginRun your code with sample inputs and compare it with the correct outputs.
$ aojtool run ALDS1_1_A main.cProgramming language of the source code will be detected automatically.
Submit your code to AOJ.
$ aojtool submit ALDS1_1_A main.cYou can specify language with -l flag,
defaults to your default programming language of AOJ.
Check your profile and recent submission records.
$ aojtool statusYou can specify the number of submissions with -n flag.
Logout from AOJ.
$ aojtool logoutSee LICENSE.