/coding-challenges

codingchallenges.fyi in Rust 🦀

Primary LanguageRust

Coding challenges

Doing https://codingchallenges.fyi/challenges in Rust 🦀

Setup:

To build/run a specific project:

# say the project is 'wc'
cargo build --bin wc
cargo run --bin wc -- --help