adventofcode2022/src/cli/commands/day015.rs

4 lines
No EOL
86 B
Rust

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