5 lines
62 B
SourcePawn
5 lines
62 B
SourcePawn
const { exit } from @'core/os';
|
|
|
|
let @main in {
|
|
exit(1);
|
|
} |