aboutsummaryrefslogtreecommitdiffstats
path: root/exercises
diff options
context:
space:
mode:
Diffstat (limited to 'exercises')
-rw-r--r--exercises/switch/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/exercises/switch/README.md b/exercises/switch/README.md
new file mode 100644
index 0000000..edd7eca
--- /dev/null
+++ b/exercises/switch/README.md
@@ -0,0 +1,3 @@
+# Switch
+
+`switch` is another control flow statement. It might be a more elegant solution than if when your flow depends on a variable. You can also have a `switch true` as well. Check out the exercises.