mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
add spaces
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
// Example:
|
// Example:
|
||||||
//
|
//
|
||||||
// var foo = 2;
|
// var foo = 2;
|
||||||
// while (foo<10) : (foo+=2) {
|
// while (foo < 10) : (foo += 2) {
|
||||||
// // Do something with even numbers less than 10...
|
// // Do something with even numbers less than 10...
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user