adventofcode2022/src/cli/commands/day016.rs

4 lines
87 B
Rust

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