acc/tests/input02
2023-02-07 10:32:03 +08:00

8 lines
69 B
Plaintext

{
int fred;
int jim;
fred= 5;
jim= 12;
print fred + jim;
}