prepare modules for the next days

This commit is contained in:
Leo Drachenfeuer 2022-12-05 16:11:08 +01:00
parent 038f6841b3
commit eff9499c1f
Signed by: dragonleo
GPG key ID: A8338FC081137CF0
22 changed files with 88 additions and 0 deletions

View file

@ -0,0 +1,4 @@
use crate::cli::PathBuf;
pub fn subcmd_day012(file: &Option<PathBuf>, alt: &bool) {
}