AdventOfCode2023/10/README.md

17 lines
379 B
Markdown
Raw Normal View History

2023-12-13 16:28:46 +01:00
# [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
2023-12-13 16:32:11 +01:00
./day10
2023-12-13 16:28:46 +01:00
```
<!-- lots of bitwise operations -->