rustlings/exercises/if
liv 849e4a3647
Merge pull request #1599 from szabgab/if1-test-case
add test-case to if/if1 to check equal values
2023-09-04 13:55:10 +02:00
..
README.md feat(if): replace hints 2022-07-12 11:10:08 +02:00
if1.rs add test-case to if/if1 to check equal values 2023-07-20 08:28:18 +03:00
if2.rs docs: cleanup the explanation paragraphs at the start of each exercise. 2023-05-29 18:41:51 +01:00
if3.rs fix: add extra line in if3 comment 2023-09-04 13:53:54 +02:00

README.md

If

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

Further information