Add solution for "Day 6: Trash Compactor", part 1
This commit is contained in:
@@ -5,6 +5,7 @@ use std::path::Path;
|
||||
|
||||
pub mod cafeteria;
|
||||
pub mod printing_department;
|
||||
pub mod trash_compactor;
|
||||
|
||||
pub trait Solver {
|
||||
fn get_puzzle_index(&self) -> u8;
|
||||
|
||||
Reference in New Issue
Block a user