17 lines
382 B
Markdown
17 lines
382 B
Markdown
# [Day 10](https://adventofcode.com/2023/day/10)
|
|
:gift::gift::gift::gift::gift::gift::gift::gift::gift::gift:
|
|
|
|
Today's language: **Rust**
|
|
|
|
Lines of code: **136**
|
|
|
|
Execution time: **0,003 s**
|
|
|
|
I used lots of simple bitwise operations because I might implement this solution later on my DIY 8-bit computer.
|
|
|
|
```shell
|
|
rustc day10.rs
|
|
./day10RUN
|
|
```
|
|
<!-- lots of bitwise operations -->
|