2022-12-09 00:34:08 +01:00
|
|
|
# [Day 8](https://adventofcode.com/2022/day/8)
|
|
|
|
:gift::gift::gift::gift::gift::gift::gift::gift:
|
|
|
|
|
|
|
|
Today's language: **C++**
|
|
|
|
|
2023-12-09 13:46:15 +01:00
|
|
|
Lines of code: **116**
|
|
|
|
|
|
|
|
Execution time: **0,002 s**
|
|
|
|
|
2022-12-09 00:34:08 +01:00
|
|
|
I hope we are not missing the wood for the trees...
|
|
|
|
|
|
|
|
```shell
|
|
|
|
gcc main.cpp -o day8 -O3 forest.txt
|
|
|
|
./day8
|
|
|
|
```
|