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
liv 849e4a3647
Merge pull request #1599 from szabgab/if1-test-case
add test-case to if/if1 to check equal values
1 year ago
..
README.md feat(if): replace hints 2 years ago
if1.rs add test-case to if/if1 to check equal values 1 year ago
if2.rs docs: cleanup the explanation paragraphs at the start of each exercise. 1 year ago
if3.rs fix: add extra line in if3 comment 1 year ago

README.md

If

if, the most basic (but still surprisingly versatile!) type of control flow, is what you'll learn here.

Further information