[ create a new paste ] login | about

Link: http://codepad.org/cmRAVwj0    [ raw code | fork ]

C, pasted on Aug 3:
1
2
3
4
5
6
int main() {
     int x=10;
     for(x;x<10;x++)
        x++;
     return 0;
}


Create a new paste based on this one


Comments: