mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05:00
commit
37ca10ab36
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@
|
||||||
// to use a comptime_int of undetermined size at runtime is
|
// to use a comptime_int of undetermined size at runtime is
|
||||||
// a MEMORY CRIME and you are UNDER ARREST.
|
// a MEMORY CRIME and you are UNDER ARREST.
|
||||||
//
|
//
|
||||||
// The second one is is okay because we've told Zig that 'bar2'
|
// The second one is okay because we've told Zig that 'bar2' is
|
||||||
// is a compile time variable. Zig will help us ensure this is true
|
// a compile time variable. Zig will help us ensure this is true
|
||||||
// and let us know if we make a mistake.
|
// and let us know if we make a mistake.
|
||||||
//
|
//
|
||||||
const print = @import("std").debug.print;
|
const print = @import("std").debug.print;
|
||||||
|
|
Loading…
Reference in a new issue