Skip to content

ivan-guerra/pragmatic_programmer_exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Pragmatic Programmers: Exercises for Programmers

This repo contains Rust solutions to the coding exercises provided in The Pragmatic Programmers: Exercises for Programmers.

To run any single solution, use the following command:

cargo run --bin e<N>

where <N> is the number of the exercise you want to run. Likewise, you can run all unit tests via cargo test or execute a single challenge's unit tests via cargo test --bin e<N>.

About

Exercise solutions in Rust

Topics

Resources

License

Stars

Watchers

Forks

Languages