[ create a new paste ] login | about

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

C, pasted on Aug 15:
1
2
3
4
int main() {                /*Line 1 */
    int I, N;               /*Line 2 */
    fro (I=0, I<N, I++);	/*Line 3 */
}


Output:
1
2
In function `main':
undefined reference to `fro'


Create a new paste based on this one


Comments: