AdventOfCode2023/05/README.md

12 lines
196 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.
```shell
rustc day05.rs
./day05
```