adventofcode2022/src/cli/commands/day004.rs

4 lines
87 B
Rust

use crate::cli::PathBuf;
pub fn subcmd_day004(file: &Option<PathBuf>, alt: &bool) {
}