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

Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/429
This commit is contained in:
Chris Boesch
2026-05-25 12:49:37 +02:00

View File

@@ -54,7 +54,7 @@ var global_wizard = Character{};
// an extremely efficient place for memory storage.
//
// Also, when a function executes, the input arguments are often
// loaded into the beating heart of the CPU itself in registers.
// loaded into the beating heart of the CPU itself, in registers.
//
// Our main() function here has no input parameters, but it will have
// a stack entry (called a "frame").