diff options
| author | Orfeas <38209077+0xfea5@users.noreply.github.com> | 2023-12-03 07:14:20 +0200 |
|---|---|---|
| committer | Orfeas <38209077+0xfea5@users.noreply.github.com> | 2025-10-28 23:20:45 +0200 |
| commit | cf6612350766ab6fc196cfbc860853fb18dae4ec (patch) | |
| tree | d31dfaeb7d8776788b9f3b48fd1a3b808934fd6b /init.sh | |
| parent | update init.sh (diff) | |
| download | aoc23-cf6612350766ab6fc196cfbc860853fb18dae4ec.tar.gz aoc23-cf6612350766ab6fc196cfbc860853fb18dae4ec.zip | |
day2 + example files
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 { |
