13 lines
251 B
Markdown
13 lines
251 B
Markdown
|
# [Day 8](https://adventofcode.com/2023/day/8)
|
||
|
:gift::gift::gift::gift::gift::gift::gift::gift:
|
||
|
|
||
|
Today's language: **Rust**
|
||
|
Execution time: **0,039 s**
|
||
|
|
||
|
Next time, I should just use 64 bit right from the start...
|
||
|
|
||
|
```shell
|
||
|
rustc day08.rs
|
||
|
./day08
|
||
|
```
|