aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example/app_minimal.md
blob: d0ff40a3039f4a20c218d7ee0a67d5bee6303a41 (plain)
1
2
3
4
5
6
7
# The minimal app

This is the smallest possible RTIC application:

``` rust
{{#include ../../../../examples/smallest.rs}}
```