rust-algorithms icon indicating copy to clipboard operation
rust-algorithms copied to clipboard

Q: How to use this crate in programming contests?

Open mariocynicys opened this issue 2 years ago • 1 comments

For instance, how to submit my solution that uses this crate to a codeforces judge? They require your solution to be in one file. Is there any kind of pre-submission script that could handle dumping the entire crate in the solution file?

mariocynicys avatar May 25 '22 09:05 mariocynicys

This would be a really nice addition, if someone wants to add it. So far, I've just manually copied the modules I needed on a per-problem basis.

EbTech avatar May 25 '22 20:05 EbTech