wasmer/lib/wasi/wasitests/hello.rs
2019-05-17 12:09:31 -07:00

4 lines
45 B
Rust

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