my ziglings
0

Configure Feed

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

Fix: Fix grammar at 002_std.zig

unknown (Aug 19, 2021, 8:59 AM -0700) 981716e5 008ad0d2

+1 -1
+1 -1
exercises/002_std.zig
··· 21 21 // can only be used at compile time rather than run time. Zig evaluates 22 22 // constant values at compile time. Don't worry, we'll cover imports 23 23 // in detail later. 24 - // See also this answer: https://stackoverflow.com/a/62567550/695615 24 + // Also see this answer: https://stackoverflow.com/a/62567550/695615