AdventOfCode2023/05/README.md

14 lines
221 B
Markdown
Raw Normal View History

2023-12-05 13:08:32 +01:00
# [Day 5](https://adventofcode.com/2023/day/5)
:gift::gift::gift::gift::gift:
Today's language: **Rust**
Super fast, it runs both tasks in 0,002s on my pc.
2023-12-06 11:32:08 +01:00
<!-- very efficient -->
2023-12-05 13:08:32 +01:00
```shell
rustc day05.rs
./day05
```