lang-bootstrap/05/main.c
2022-02-11 14:34:54 -05:00

3 lines
57 B
C

long main(int argc, char **argv) {
return -(3.5+2.5);
}