ripgrib/src/main.rs
2022-07-27 23:47:34 +08:00

6 lines
60 B
Rust

pub mod libs;
fn main() {
println!("Hello, world!");
}