wasmer/lib/wasi-tests/wasitests/hello.rs
2019-07-09 11:58:03 -07:00

4 lines
45 B
Rust

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