gitignore/src/main.rs
2022-10-21 00:45:57 +02:00

4 lines
62 B
Rust

fn main() -> eyre::Result<()> {
gitignore_inner::main()
}