fixed md links
This commit is contained in:
parent
8478b92d2b
commit
9fc8f8d864
@ -1,4 +1,4 @@
|
||||
# [https://adventofcode.com/2022/day/1](Day 1)
|
||||
# [Day 1](https://adventofcode.com/2022/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,4 +1,4 @@
|
||||
# [https://adventofcode.com/2022/day/2](Day 2)
|
||||
# [Day 2](https://adventofcode.com/2022/day/2)
|
||||
|
||||
```shell
|
||||
# What would your total score be if everything goes exactly according to your strategy guide?
|
||||
|
@ -1,8 +1,8 @@
|
||||
# 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,
|
||||
|
||||
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)
|
||||
- [Daniel](https://git.quintern.xyz/TheShinyMelon/AOC_2022)
|
||||
- [Jonas](https://github.com/JonasBordewick/advent_of_code_2022)
|
||||
|
Loading…
Reference in New Issue
Block a user