7 lines
65 B
Plaintext
7 lines
65 B
Plaintext
import util;
|
|
|
|
util.println("hello!");
|
|
let x = 39;
|
|
util.exit(x);
|
|
|