Files
c0db/test/easyMath.c0
2015-04-12 00:33:57 -04:00

4 lines
37 B
Plaintext

int main() {
return (23 * 19)<<2;
}