picoc/c-tests/test.c

6 lines
57 B
C

int a = 1;
int b = 2;
int c = a + b;
printf("%d\n", c);