mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 11:20:46 -05:00
add spaces
This commit is contained in:
parent
4bdbeadef5
commit
887d989f1b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
// Example:
|
||||
//
|
||||
// var foo = 2;
|
||||
// while (foo<10) : (foo+=2) {
|
||||
// while (foo < 10) : (foo += 2) {
|
||||
// // Do something with even numbers less than 10...
|
||||
// }
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue