1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-05-04 16:46:04 +02:00

add spaces

This commit is contained in:
Roman Frołow 2022-02-11 10:40:22 +00:00 committed by GitHub
parent 0efa4c1242
commit a30279ccf3
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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...
// }
//