AdventOfCode2023/05/README.md

15 lines
210 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**
2023-12-08 13:55:05 +01:00
2023-12-08 13:52:28 +01:00
Execution time: **0,009 s**
2023-12-05 13:08:32 +01:00
2023-12-08 13:52:28 +01:00
Super fast!
2023-12-06 11:32:08 +01:00
2023-12-05 13:08:32 +01:00
```shell
rustc day05.rs
./day05
```
2023-12-08 13:52:28 +01:00
<!-- very efficient -->