Skip to content

Latest commit

Β 

History

History
71 lines (64 loc) Β· 7.18 KB

README.md

File metadata and controls

71 lines (64 loc) Β· 7.18 KB

License Issues GitHub pull requests


πŸŽ„πŸŽ My AOC 2023 solutions πŸŽ…β›„

πŸŽ„ Table of contents

🎁 Table of the days

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 -

πŸŽ… Goals

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...)

β›„ Quickstart

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