mirror of
https://github.com/Ajetski/advent-of-code.git
synced 2025-09-30 09:23:17 -09:00
9 lines
98 B
Rust
9 lines
98 B
Rust
#![allow(dead_code)]
|
|
mod day_1;
|
|
mod day_2;
|
|
mod day_3;
|
|
mod day_4;
|
|
mod day_5;
|
|
mod day_6;
|
|
mod day_7;
|