1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-05-05 01:56:03 +02:00

add missing word "to"

This commit is contained in:
Kim SHrier 2023-05-07 01:38:28 -06:00
parent 669cde0723
commit d1ad60c95b

View File

@ -1,6 +1,6 @@
//
// There is also an 'inline while'. Just like 'inline for', it
// loops at compile time, allowing you do all sorts of
// loops at compile time, allowing you to do all sorts of
// interesting things not possible at runtime. See if you can
// figure out what this rather bonkers example prints:
//