From 64d95837e9813541cf5b357de13865ce687ae98d Mon Sep 17 00:00:00 2001 From: Adam Brewer Date: Mon, 16 Oct 2023 07:37:12 -0400 Subject: Update Exercises Directory Names to Reflect Order --- exercises/03_if/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 exercises/03_if/README.md (limited to 'exercises/03_if/README.md') 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) -- cgit v1.2.3