3-output.cminus 68 Bytes
Newer Older
jhe's avatar
jhe committed
1 2 3 4 5
int main(void) {
    output(11);
    output(22222);
    return 0;
}