meson-rust/src/main.rs

6 lines
40 B
Rust

2018-05-26 13:33:02 -05:00
mod foo;
fn main() {
foo::bar();
}