mytilde/src/main.rs

6 lines
57 B
Rust

use mytilde;
fn main() {
println!("Echo world!");
}