sapphire/examples/hello-world.sp
2022-08-26 18:19:45 +02:00

5 lines
79 B
SourcePawn

const io from @'core/io';
let @main : i32 in {
io.outln('Hello world!');
}