diff options
Diffstat (limited to 'init.sh')
| -rwxr-xr-x | init.sh | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -18,6 +18,7 @@ echo \ | |||
| 18 | 'const std = @import("std"); | 18 | 'const std = @import("std"); |
| 19 | const print = std.debug.print; | 19 | const print = std.debug.print; |
| 20 | const assert = std.debug.assert; | 20 | const assert = std.debug.assert; |
| 21 | const mem = std.mem; | ||
| 21 | const input = @embedFile("./input.txt"); | 22 | const input = @embedFile("./input.txt"); |
| 22 | 23 | ||
| 23 | pub fn main() !void { | 24 | pub fn main() !void { |
