Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 295 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 295 Bytes

Workshops

Compile book with mdbook:

cargo install mdbook
mdbook build
# or
mdbook serve

Example solutions

Add your solutions to the examples directory.

To run an example solution, use:

cargo run --example 01-name