AdventOfCode2023/05/README.md

17 lines
234 B
Markdown
Raw Permalink 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-09 11:53:29 +01:00
Lines of code: **138**
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 -->