Year 2 compilers coureswork

var_maths.c 49B

123456
  1. int main() {
  2. int x = 5;
  3. return x + 3 * 2;
  4. }