workshop 1.0.19

A tool for presenting programming workshops
Documentation
1
2
3
4
5
6
7
8
Before staritng this workshop, please set up a new Rust project using the following commands:

```sh
cargo new --bin hello-world
cd hello-world
```

After creating the project folder, re-run the `workshop` command and select this workshop.