You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rustlings/exercises/if
marisa ad03d180c9 fix(if1): Remove `return` reference
This closes #153.
5 years ago
..
README.md chore: Fix a couple broken book links 5 years ago
if1.rs fix(if1): Remove `return` reference 5 years ago

README.md

If

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

Book Sections