6-num_add_int.cminus 64 Bytes
Newer Older
lyz's avatar
lyz committed
1 2 3 4 5
int main(void) {
    int a;
    a = 1000 + 234;
    return a;
}