Run test for your codeforces solutions
Install rustup, clone this repository, then from inside this repo:
cargo install --features=gui --path=.
See example config for explanation of config format.
Copy example config to the folder where you will run the tests, and change for your use.
To test task with specified id, run:
cdf test [id]
See also FAQ.md