4 lines
56 B
Text
4 lines
56 B
Text
|
fn main(ctx: Context) {
|
||
|
ctx.log.info("hello world");
|
||
|
}
|