wasmer/lib/wasi-tests/wasitests/hello.rs

4 lines
45 B
Rust
Raw Permalink Normal View History

2019-05-17 19:09:31 +00:00
fn main() {
println!("Hello, world!");
}