rustlings-solutions/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
..
if1.rs
if2.rs
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