Added readme

This commit is contained in:
matthias@arch 2022-12-03 03:01:06 +01:00
parent d2830dc061
commit b272390b23
4 changed files with 16 additions and 2 deletions

@ -1,4 +1,4 @@
# Day 1
# [https://adventofcode.com/2022/day/1](Day 1)
```shell
# Find the Elf carrying the most Calories. How many total Calories is that Elf carrying?
awk -f day1-1.awk input.txt

@ -1 +0,0 @@
67027

7
2/README.md Normal file

@ -0,0 +1,7 @@
# [https://adventofcode.com/2022/day/2](Day 2)
```shell
# What would your total score be if everything goes exactly according to your strategy guide?
g++ main.cpp -o day2
./day2
```

8
README.md Normal file

@ -0,0 +1,8 @@
# Advent of code 2022
This is a repository for my solutions for the [https://adventofcode.com/2022](advent of code 2022).
I will try to use as many different languages am not necessarily trying to do it the best or most efficient way,
Also, checkout the repositories of my friends who do stuff in go and Visual Basic:
- [https://git.quintern.xyz/TheShinyMelon/AOC_2022](Daniel)
- [https://github.com/JonasBordewick/advent_of_code_2022](Jonas)