From ae9e94cde76645fd08da874d036b53b83e903ffa Mon Sep 17 00:00:00 2001 From: Orfeas <38209077+0xfea5@users.noreply.github.com> Date: Mon, 4 Dec 2023 19:31:08 +0200 Subject: day4 --- init.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'init.sh') diff --git a/init.sh b/init.sh index dacf6cb..fc34d8c 100755 --- a/init.sh +++ b/init.sh @@ -34,7 +34,6 @@ pub fn part2() void { } pub fn main() !void { - - part1(); - part2(); + part1(); + part2(); }' >$DIR/solution.zig -- cgit v1.2.3