My solution to the event of code coding competion written in rust, python and typescript.
_\/_
/\
/\
/ \
/~~\o
/o \
/~~*~~~\
o/ o \
/~~~~~~~~\~`
/__*_______\
||
\====/
\__/
Run the solution for day 1-16 by execute the following command replacing <dd> with the day number:
$ cargo run 2022 <dd>
Run the solution for day 1-12 by execute the following command replacing <dd> with the day number:
$ python ./2024/day<dd>/solution.py
Run the solution for day 13-24 by execute the following command replacing <dd> with the day number:
$ bun ./2024/day<dd>/solution.ts