This repository has been archived on 2023-08-08. You can view files and clone it, but cannot push or open issues/pull-requests.
advent-of-code-2022/src/main.rs

5 lines
31 B
Rust
Raw Normal View History

2022-12-05 14:08:57 +02:00
2022-12-02 01:29:16 +02:00
fn main() {
2022-12-08 12:15:19 +02:00
day8::start();
2022-12-02 01:29:16 +02:00
}