index
:
zigling-exercises.git
main
My copy of the Zigling exercises and their solutions. See the original at https://codeberg.org/ziglings/exercises
Ibrahim Muftee
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
patches
/
patches
/
010_if2.patch
blob: 3ce48c2e1d2830455bad57bd17a5e2ea5b42db18 (
plain
)
1
2
3
4
13c13 < const price: u8 = if ???; --- > const price: u8 = if (discount) 17 else 20;