From 9cc2c225312f6ce3190a38966c32242839f76050 Mon Sep 17 00:00:00 2001 From: "matthias@arch" Date: Tue, 6 Dec 2022 20:28:27 +0100 Subject: [PATCH] updated readme --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c6bb9f..e850316 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,26 @@ # Advent of code 2022 :christmas_tree: This is a repository for my solutions for the [advent of code 2022](https://adventofcode.com/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. -I recommend you take at look at *my* solution for day **4**, which is definetly the most interesting to date.\n +## 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](https://quintern.xyz/advent22/day6.html) Also, check out the repositories of my friends who do stuff in go, Visual Basic and php: - [Daniel](https://git.quintern.xyz/TheShinyMelon/AOC_2022) - [Jonas](https://github.com/JonasBordewick/advent_of_code_2022) + +## 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