AdventOfCode2022/8/README.md
matthias@arch 36477f05be day8
2022-12-09 00:34:08 +01:00

12 lines
234 B
Markdown

# [Day 8](https://adventofcode.com/2022/day/8)
:gift::gift::gift::gift::gift::gift::gift::gift:
Today's language: **C++**
I hope we are not missing the wood for the trees...
```shell
gcc main.cpp -o day8 -O3 forest.txt
./day8
```