compilator-2000/test.c
2021-04-06 16:33:49 +02:00

7 lines
100 B
C

int main(){
int x, y, z;
const PL5_op, b, c;
x = 2;
printf(x);
y = 3 + 3 + x;
}