mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-08-03 15:15:37 +00:00
Merge pull request #69 from Palm404/main
Fix: Fix grammar at 002_std.zig
This commit is contained in:
commit
784c5c1600
|
@ -21,4 +21,4 @@ pub fn main() void {
|
||||||
// can only be used at compile time rather than run time. Zig evaluates
|
// can only be used at compile time rather than run time. Zig evaluates
|
||||||
// constant values at compile time. Don't worry, we'll cover imports
|
// constant values at compile time. Don't worry, we'll cover imports
|
||||||
// in detail later.
|
// in detail later.
|
||||||
// See also this answer: https://stackoverflow.com/a/62567550/695615
|
// Also see this answer: https://stackoverflow.com/a/62567550/695615
|
||||||
|
|
Loading…
Reference in New Issue
Block a user