if else statements and if expressions (ternary replacement)

This commit is contained in:
Sil Klaasboer
2025-12-18 11:49:09 +01:00
parent 1529443824
commit 7b2a7eeb49
3 changed files with 36 additions and 0 deletions

7
control_flow/Cargo.lock generated Normal file
View File

@@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "control_flow"
version = "0.1.0"