projet_systeme_info/test.c

7 lines
96 B
C

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