12 lines
234 B
Markdown
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
|
||
|
```
|