AdventOfCode2022/README.md

14 lines
758 B
Markdown
Raw Normal View History

2022-12-03 03:57:05 +01:00
# Advent of code 2022 :christmas_tree:
2022-12-03 03:10:02 +01:00
This is a repository for my solutions for the [advent of code 2022](https://adventofcode.com/2022).
2022-12-03 03:01:06 +01:00
2022-12-04 01:12:24 +01:00
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.
2022-12-03 03:01:06 +01:00
2022-12-05 14:29:36 +01:00
I recommend you take at look at 'my' solution for day *4*, which is definetly the most interesting to date.
Also, check out the repositories of my friends who do stuff in go, Visual Basic and php:
2022-12-03 03:10:02 +01:00
- [Daniel](https://git.quintern.xyz/TheShinyMelon/AOC_2022)
- [Jonas](https://github.com/JonasBordewick/advent_of_code_2022)