undar-lang/test/global.ul

4 lines
43 B
Plaintext
Executable File

int i = 122;
int j = 32;
putchar((i - j));