mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-01-13 18:26:29 +00:00
ex51 lol space
This commit is contained in:
parent
3211f2d5cb
commit
5dc7ac219b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
// @import() adds the imported code to your own. In this case, code
|
// @import() adds the imported code to your own. In this case, code
|
||||||
// from the standard library is added to your program and compiled
|
// from the standard library is added to your program and compiled
|
||||||
// with it. All of this will be loaded into RAM when it runs. Oh, and
|
// with it. All of this will be loaded into RAM when it runs. Oh, and
|
||||||
// that thing we name "const std"? That's a struct!
|
// that thing we name "const std"? That's a struct!
|
||||||
|
|
||||||
const std = @import("std");
|
const std = @import("std");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue