comment out day1 and day2 modules in lib.rs

I forgot to add the comments after testing scaffolding
This commit is contained in:
Burkhard Mittelbach 2022-12-04 18:30:21 +01:00
parent b87aeb9141
commit 5f00b4794b

View file

@ -7,8 +7,8 @@ use std::env;
use std::fs;
// modules for the different days are automatically uncomented by the scaffold command
pub mod day01;
pub mod day02;
// pub mod day01;
// pub mod day02;
// pub mod day03;
// pub mod day04;
// pub mod day05;