mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
051: add a comma
This commit is contained in:
@@ -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").
|
||||
|
||||
Reference in New Issue
Block a user