AdventOfCode2023/03/README.md

11 lines
160 B
Markdown
Raw Normal View History

2023-12-03 14:31:17 +01:00
# [Day 3](https://adventofcode.com/2023/day/3)
:gift::gift::gift:
Today's language: **Rust**
2023-12-08 13:52:28 +01:00
Execution time: **0,006 s**
2023-12-03 14:31:17 +01:00
```shell
rustc day03.rs
./day03
```