mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-24 12:42:52 +01:00
8 lines
127 B
Markdown
8 lines
127 B
Markdown
|
# The minimal app
|
||
|
|
||
|
This is the smallest possible RTIC application:
|
||
|
|
||
|
``` rust
|
||
|
{{#include ../../../../examples/smallest.rs}}
|
||
|
```
|