my ziglings
0

Configure Feed

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

Merge pull request '051: add a comma' (#429) from xiaolizhi/exercises:comma-fix into main

Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/429

Chris Boesch (May 25, 2026, 12:49 PM +0200) 000e9448 8468040a

+1 -1
+1 -1
exercises/051_values.zig
··· 54 54 // an extremely efficient place for memory storage. 55 55 // 56 56 // Also, when a function executes, the input arguments are often 57 - // loaded into the beating heart of the CPU itself in registers. 57 + // loaded into the beating heart of the CPU itself, in registers. 58 58 // 59 59 // Our main() function here has no input parameters, but it will have 60 60 // a stack entry (called a "frame").