wasm-lang/example/hello

4 lines
56 B
Text
Raw Normal View History

2023-10-22 20:20:04 +00:00
fn main(ctx: Context) {
ctx.log.info("hello world");
}