Commit graph

19 commits

Author SHA1 Message Date
4955687b53 Gave up on zig 2020, restore just the elixir version 2022-11-27 15:58:41 +09:00
1f7c32b758 Rework a bit to avoid manually counting double newlines.
Also store the hashmap directly in the arraylist, although no idea
how the memory management works.
2022-08-14 18:14:49 +09:00
2ebd8fe609 Initial attempt at day 4 part 1 2022-08-14 02:26:52 +09:00
280e6fcf2b use mod operator 2022-08-14 00:46:10 +09:00
9a81f47677 Day3 Part 2 2022-08-13 22:34:20 +09:00
6bf0d44e09 Day3 part 1 2022-08-13 22:17:55 +09:00
8861ce0b8e no need to return error union 2022-08-12 01:31:10 +09:00
c02b8af2aa Fix a memory leak, maybe? 2022-08-12 00:32:02 +09:00
59157c5a11 extract parsing code for day2 + tidy 2022-08-12 00:22:15 +09:00
462ab21364 Day 2 part 2 2022-08-11 23:53:24 +09:00
be7c251662 Day 2 part 1 2022-08-11 23:30:52 +09:00
6d677300ee Move input to cwd 2022-08-11 18:57:01 +09:00
8a7dab06d2 slightly nicer layout 2022-08-11 18:55:26 +09:00
ba09492857 Day 1 part 2 2022-08-11 18:45:13 +09:00
26f694c449 Refactor day1 into part1 function 2022-08-11 18:41:00 +09:00
9c22642be4 Day 1 part 1! 2022-08-11 18:32:17 +09:00
46582ed853 Add AoC Zig template 2022-08-11 16:34:17 +09:00
39c28b5897 Move 2020 elixir solutions to 2020/elixir in prep for zig 2022-08-11 16:22:22 +09:00
675985e57d Move 2020 stuff to 2020/ 2021-12-26 22:09:15 +09:00