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