day 24 task 1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
mod tasks;
|
||||
|
||||
fn main() {
|
||||
tasks::day17::run();
|
||||
tasks::day24::run();
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
use super::day05::*;
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub fn run() {
|
||||
let input: RAM = std::fs::read_to_string("input/day17.txt")
|
||||
.unwrap()
|
||||
|
||||
@@ -16,3 +16,4 @@ pub mod day16;
|
||||
pub mod day17;
|
||||
pub mod day18;
|
||||
pub mod day21;
|
||||
pub mod day24;
|
||||
|
||||
Reference in New Issue
Block a user