AdventOfCode2022/1/README.md

7 lines
94 B
Markdown
Raw Normal View History

2022-12-03 01:02:55 +01:00
# Day 1
Get maximum number of calories an Elf carries
```shell
awk -f day1.awk input.txt
```