5 lines
74 B
SourcePawn
5 lines
74 B
SourcePawn
|
const outln from @'core/io';
|
||
|
|
||
|
let @main in {
|
||
|
outln('Hello, world!');
|
||
|
}
|