diff options
| author | Orfeas <38209077+0xfea5@users.noreply.github.com> | 2023-12-04 19:31:08 +0200 |
|---|---|---|
| committer | Orfeas <38209077+0xfea5@users.noreply.github.com> | 2025-10-28 23:20:45 +0200 |
| commit | ae9e94cde76645fd08da874d036b53b83e903ffa (patch) | |
| tree | c7136a48f9c5ea4827bd1a511e61f943c77de141 /init.sh | |
| parent | day3 (diff) | |
| download | aoc23-ae9e94cde76645fd08da874d036b53b83e903ffa.tar.gz aoc23-ae9e94cde76645fd08da874d036b53b83e903ffa.zip | |
day4
Diffstat (limited to 'init.sh')
| -rwxr-xr-x | init.sh | 5 |
1 files changed, 2 insertions, 3 deletions
| @@ -34,7 +34,6 @@ pub fn part2() void { | |||
| 34 | } | 34 | } |
| 35 | 35 | ||
| 36 | pub fn main() !void { | 36 | pub fn main() !void { |
| 37 | 37 | part1(); | |
| 38 | part1(); | 38 | part2(); |
| 39 | part2(); | ||
| 40 | }' >$DIR/solution.zig | 39 | }' >$DIR/solution.zig |
