update using statements of finished days

This commit is contained in:
Leo Drachenfeuer 2022-12-07 21:08:47 +01:00
parent ececb41d6d
commit 0447474150
Signed by: dragonleo
GPG key ID: A8338FC081137CF0
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
use crate::cli::PathBuf;
use std::path::PathBuf;
use crate::util::read_lines;
pub fn subcmd_day001(file: &Option<PathBuf>, top: &i32, total: &bool) {

View file

@ -1,4 +1,4 @@
use crate::cli::PathBuf;
use std::path::PathBuf;
use crate::util::read_lines;
#[derive(Debug)]

View file

@ -1,4 +1,4 @@
use crate::cli::PathBuf;
use std::path::PathBuf;
use crate::util::read_lines;
#[derive(Debug,Clone)]