This repository has been archived on 2023-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
rustlings-exercises-completed/exercises/if
marisa ad03d180c9 fix(if1): Remove `return` reference
This closes #153.
2019-11-11 13:34:21 +01:00
..
README.md chore: Fix a couple broken book links 2019-06-11 07:13:05 -07:00
if1.rs fix(if1): Remove `return` reference 2019-11-11 13:34:21 +01:00

README.md

If

if, the most basic type of control flow, is what you'll learn here.

Book Sections