FreeCX / programming-challenges

Pro/g/ramming Challenges v1.3 in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Pro/g/ramming Challenges v1.3 in rust

License:The Unlicense


Languages

Language:Rust 95.9%Language:Python 4.1%