Merge branch 'main' of github.com:ratfactor/ziglings into main

This commit is contained in:
Dave Gauer 2021-05-06 20:32:41 -04:00
commit 831ee03e32

View file

@ -16,8 +16,8 @@
// * The test expressions in inline for and while loops // * The test expressions in inline for and while loops
// * An expression passed to the @cImport() builtin // * An expression passed to the @cImport() builtin
// //
// Work with Zig for a while, and you'll start to develop and // Work with Zig for a while, and you'll start to develop an
// intuition for these contexts. Let's work on that/ now. // intuition for these contexts. Let's work on that now.
// //
// You have been given just one 'comptime' statement to use in // You have been given just one 'comptime' statement to use in
// the program below. Here it is: // the program below. Here it is: