Files
dotfiles/generated/md.rs
2026-07-31 00:51:01 +02:00

7 lines
107 B
Rust

fn main() {
if let Err(err) = c2vi_part::md_main() {
err.log();
}
}