aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example/app_minimal.md
diff options
context:
space:
mode:
Diffstat (limited to 'book/en/src/by-example/app_minimal.md')
-rw-r--r--book/en/src/by-example/app_minimal.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/book/en/src/by-example/app_minimal.md b/book/en/src/by-example/app_minimal.md
new file mode 100644
index 0000000..d0ff40a
--- /dev/null
+++ b/book/en/src/by-example/app_minimal.md
@@ -0,0 +1,7 @@
+# The minimal app
+
+This is the smallest possible RTIC application:
+
+``` rust
+{{#include ../../../../examples/smallest.rs}}
+```