chow/src/main.rs
2021-07-14 03:16:32 -05:00

6 lines
67 B
Rust

mod sync;
mod myers;
fn main() {
println!("Hello, world!");
}