1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-08-01 07:42:06 +00:00
Files
wasmer/lib/wasi-tests/wasitests/hello.rs

4 lines
45 B
Rust
Raw Normal View History

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