comment out day1 and day2 modules in lib.rs
I forgot to add the comments after testing scaffolding
This commit is contained in:
parent
b87aeb9141
commit
5f00b4794b
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue