Files
git-repo-manager/src/main.rs
2021-11-18 11:04:48 +01:00

6 lines
40 B
Rust

use grm::run;
fn main() {
run();
}