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
/
12_while2.patch
blob: 29ae76330e68dbe50ff73041f1c9df8bf5a45497 (
plain
)
1
2
3
4
28c28 < while (n < 1000) : ??? { --- > while (n < 1000) : (n *= 2) {