Competitive programming template.
Find a file
2024-09-07 23:41:56 +02:00
src fix: typo 2024-09-07 23:41:56 +02:00
tests fix: bigint division, added shl and shr 2024-09-06 21:09:43 +02:00
.gitignore Initial commit. 2024-08-05 17:02:17 +02:00
Cargo.lock Initial commit. 2024-08-05 17:02:17 +02:00
Cargo.toml Initial commit. 2024-08-05 17:02:17 +02:00
check.fish fix: typo 2024-09-07 23:41:56 +02:00
README.md Added a README.md file. 2024-08-05 17:11:48 +02:00

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.