undar-lang/test/global.ul

7 lines
68 B
Plaintext
Executable File

int i = 122;
int j = 32;
function main() {
putchar((i - j));
}