wasm-lang/example/hello

3 lines
56 B
Text

fn main(ctx: Context) {
ctx.log.info("hello world");
}