Competitive programming template.
src | ||
tests | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
check.fish | ||
README.md |
awave
Competitive programming template.
How to use
Clone the repository, and start programming in src/main.rs
.
You can paste the input and expected output in /tmp/input
and /tmp/output
,
and run check.sh
to see if the output matches the expected one.
It will also generate a version of src/main.rs
without leading whitespace at out.rs
.