my ziglings
0

Configure Feed

Select the types of activity you want to include in your feed.

add spaces

authored by

Roman Frołow and committed by
GitHub
(Feb 11, 2022, 10:40 AM UTC) 887d989f 4bdbeade

+1 -1
+1 -1
exercises/012_while2.zig
··· 11 11 // Example: 12 12 // 13 13 // var foo = 2; 14 - // while (foo<10) : (foo+=2) { 14 + // while (foo < 10) : (foo += 2) { 15 15 // // Do something with even numbers less than 10... 16 16 // } 17 17 //