summaryrefslogtreecommitdiff
path: root/exercises/03_if/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/03_if/README.md')
-rw-r--r--exercises/03_if/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/exercises/03_if/README.md b/exercises/03_if/README.md
new file mode 100644
index 0000000..b52c392
--- /dev/null
+++ b/exercises/03_if/README.md
@@ -0,0 +1,7 @@
+# If
+
+`if`, the most basic (but still surprisingly versatile!) type of control flow, is what you'll learn here.
+
+## Further information
+
+- [Control Flow - if expressions](https://doc.rust-lang.org/book/ch03-05-control-flow.html#if-expressions)