1.0 KiB
1.0 KiB
Advent of code 2022 🎄
This is a repository for my solutions for the advent of code 2022.
About
I will try to use as many different languages as I can. I am not necessarily trying to do it the best or most efficient way, nor choose the best language for job.
The directories for each day contain my input file, my code and a README that shows how to run the code and what approach I used.
Recommended Days
These are the days with to most interesting code so far: -# day 4: x86-64 assembly with the help of OpenAI -# day 6: html+javascript check out out here
Also, check out the repositories of my friends who do stuff in go, Visual Basic and php:
Language - Day
- awk: day 1
- Assembly, x86-64: day 4
- bash: day 1
- C: day 3, 4
- C++: day 2
- Javascript: day 6
- Python: day 5