3 lines
46 B
Plaintext
Raw Normal View History

2025-02-06 13:46:37 +01:00
exit(code Int) {
kernel32.ExitProcess(code)
}