This commit is contained in:
matthias@arch 2022-12-03 03:59:42 +01:00
parent 87f101b6da
commit 9e64a68c0d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# [Day 1](https://adventofcode.com/2022/day/1) # [Day 1](https://adventofcode.com/2022/day/1) :gift:
```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 @@
# [Day 2](https://adventofcode.com/2022/day/2) # [Day 2](https://adventofcode.com/2022/day/2) :gift::gift:
```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?