day 16 task 1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
mod tasks;
|
mod tasks;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
tasks::day12::run();
|
tasks::day16::run();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,3 +11,4 @@ pub mod day11;
|
|||||||
pub mod day12;
|
pub mod day12;
|
||||||
pub mod day13;
|
pub mod day13;
|
||||||
pub mod day14;
|
pub mod day14;
|
||||||
|
pub mod day16;
|
||||||
|
|||||||
Reference in New Issue
Block a user