6 lines
50 B
Plaintext
Raw Normal View History

2025-03-02 17:53:18 +01:00
import core
main() {
exit := core.exit
exit()
}