ππ My AOC 2023 solutions π β
Day | Part 1 | Part 2 | Language |
---|---|---|---|
01 | Tokiscript | ||
02 | Tokiscript | ||
03 | Tokiscript | ||
04 | Tokiscript | ||
05 | Tokiscript | ||
06 | Rust | ||
07 | Rust | ||
08 | Rust | ||
09 | Elixir | ||
10 | Elixir | ||
11 | Elixir | ||
12 | Zig | ||
13 | Zig | ||
14 | Zig | ||
15 | Nim | ||
16 | Nim | ||
17 | Nim | ||
18 | Python | ||
19 | Python | ||
20 | Python | ||
21 | C++ | ||
22 | C++ | ||
23 | - | ||
24 | - | ||
25 | - |
My goals for AOC 2023 are:
- Try to do a few days in my own language (Tokiscript)
- Use AOC as an opportunity to learn other languages that im interested in (Elixir, Zig, Rust...)
The makefile works the same across all the day folders - make <PART>
runs the specified part.
Part 1:
$ cd days/<DAY>
$ make part1
Part 2:
$ cd days/<DAY>
$ make part2