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

Merge pull request #90 from rofrol/patch-1

add spaces
This commit is contained in:
Dave Gauer 2022-02-14 16:25:35 -05:00 committed by GitHub
commit fa2657ad2e
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...
// }
//