chow/src/main.rs

7 lines
67 B
Rust
Raw Normal View History

2021-07-14 08:16:32 +00:00
mod sync;
mod myers;
fn main() {
println!("Hello, world!");
}