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

5 lines
62 B
SourcePawn

const { exit } from @'core/os';
let @main in {
exit(1);
}