0.1.5 • Published 11 years ago
timus v0.1.5
Timus helper app
This is a small app to help you complete the challenges at Timus Online Judge.
Installation
npm install -g timusUsage
timus <cmd>checkout
timus checkout <id>Use this command to start working on a problem. It will create a directory and fetch the test cases.
update
timus update <id>Use this command if you already have created a directory. It will only fetch the test data and store it in the current directory.
build
timus buildBuild the current main.c file into an executable.
test
timus testBuild main.c and run it against the fetched sample data.
login
timus login <JudgeID> <Password>Login to the server and save credentials.
submit
timus submitSubmit main.c to the server and wait for solution verdict.
License
MIT