lang-bootstrap/05/main.c
2022-02-12 18:58:24 -05:00

4 lines
55 B
C

long main(int argc, char **argv) {
return 43 >> 2;
}