Skip to content

FreeCX/programming-challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks