Erythro/tests/old/print

13 lines
134 B
Plaintext

void :: main() {
int x;
int y;
int m;
x = 5;
y = 50;
m = 300;
print m;
print y;
print x;
}