/programming-challenges

Pro/g/ramming Challenges v1.3 in rust

Primary LanguageRustThe UnlicenseUnlicense

programming-challenges

challenges

How to compile

To build a project, you need to generate a Cargo.toml file

$ python build.py

Now you may use cargo command for compiling!

For example, let's compile 43-morse.rs code:

$ cargo build --bin 43-morse

And run for execution

$ cargo run --bin 43-morse
     Running `target/debug/43-morse`
ПРИВЕТ МЕДВЕДЬ<КОНЕЦ СВЯЗИ>

App list