project structure update
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
pub mod aoc_1;
|
||||
pub mod aoc_2;
|
||||
pub mod aoc_3;
|
||||
pub mod aoc_4;
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1,3 +1,4 @@
|
||||
pub mod aoc_1;
|
||||
pub mod aoc_2;
|
||||
pub mod aoc_3;
|
||||
pub mod aoc_4;
|
||||
|
||||