sapphire/examples/hello-world.sp
2022-08-25 10:01:14 +02:00

5 lines
73 B
SourcePawn

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