lang-bootstrap/05/main.c
2022-02-12 16:57:40 -05:00

4 lines
80 B
C

long main(int argc, char **argv) {
return ((float)1 / (float)3) * (float)3;
}