summaryrefslogtreecommitdiff
path: root/exercises/if/README.md
diff options
context:
space:
mode:
authorliv <liv@fastmail.com>2019-01-23 21:02:06 +0100
committerliv <liv@fastmail.com>2019-01-23 21:02:06 +0100
commita49a22071ab0c675e43e03ab9c08b0153d8f9c74 (patch)
tree20348ceb53e94aca5a63c207b6685f0501f1f03f /exercises/if/README.md
parentdc1f3b79f8b528659e39057ac733d07e1051bc4d (diff)
redo the section readmes
Diffstat (limited to 'exercises/if/README.md')
-rw-r--r--exercises/if/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/exercises/if/README.md b/exercises/if/README.md
new file mode 100644
index 0000000..996ac93
--- /dev/null
+++ b/exercises/if/README.md
@@ -0,0 +1,7 @@
+### If
+
+`if`, the most basic type of control flow, is what you'll learn here.
+
+#### Book Sections
+
+- [Control Flow - if expressions](https://doc.rust-lang.org/stable/book/ch03-05-control-flow.html#if-expressions)