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