AdventOfCode2023/08/README.md

14 lines
252 B
Markdown
Raw Normal View History

2023-12-08 13:52:36 +01:00
# [Day 8](https://adventofcode.com/2023/day/8)
:gift::gift::gift::gift::gift::gift::gift::gift:
Today's language: **Rust**
2023-12-08 13:55:05 +01:00
2023-12-08 13:52:36 +01:00
Execution time: **0,039 s**
Next time, I should just use 64 bit right from the start...
```shell
rustc day08.rs
./day08
```