prepare modules for the next days
This commit is contained in:
parent
038f6841b3
commit
bcb48a67f6
25 changed files with 179 additions and 3 deletions
8
src/cli/commands/day004.rs
Normal file
8
src/cli/commands/day004.rs
Normal file
|
@ -0,0 +1,8 @@
|
|||
use crate::cli::PathBuf;
|
||||
use crate::util::read_lines;
|
||||
|
||||
pub fn subcmd_day004(file: &Option<PathBuf>, alt: &bool) {
|
||||
if let Ok(lines) = read_lines(file.as_ref().unwrap().as_path()) {
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue