summaryrefslogtreecommitdiffstats
path: root/examples/counter/README.md
blob: 4d9fc5b979f5d6e9feb618f6d19d2fc8b5f3db6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Counter

The classic counter example explained in the [`README`](../../README.md).

The __[`main`]__ file contains all the code of the example.

<div align="center">
  <a href="https://gfycat.com/fairdeadcatbird">
    <img src="https://thumbs.gfycat.com/FairDeadCatbird-small.gif">
  </a>
</div>

You can run it with `cargo run`:
```
cargo run --package counter
```

[`main`]: src/main.rs