fixed md links

This commit is contained in:
matthias@arch 2022-12-03 03:10:02 +01:00
parent 8478b92d2b
commit 9fc8f8d864
3 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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