mytilde/src/main.rs

6 lines
57 B
Rust
Raw Normal View History

2019-08-15 09:09:30 +00:00
use mytilde;
fn main() {
println!("Echo world!");
}