AdventOfCode2023/02/README.md

16 lines
221 B
Markdown
Raw Normal View History

2023-12-02 19:11:46 +01:00
# [Day 2](https://adventofcode.com/2023/day/2)
: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,002 s**
2023-12-02 19:11:46 +01:00
My very first rust program!
```shell
rustc day02.rs
./day02
```
2023-12-08 13:52:28 +01:00
<!-- my very first rust program -->