mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
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:
@@ -54,7 +54,7 @@ var global_wizard = Character{};
|
|||||||
// an extremely efficient place for memory storage.
|
// an extremely efficient place for memory storage.
|
||||||
//
|
//
|
||||||
// Also, when a function executes, the input arguments are often
|
// 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
|
// Our main() function here has no input parameters, but it will have
|
||||||
// a stack entry (called a "frame").
|
// a stack entry (called a "frame").
|
||||||
|
|||||||
Reference in New Issue
Block a user