[ create a new paste ] login | about

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

C, pasted on Jan 14:
1
2
3
4
void Test(){
    if(2==2)
        print("2");
}


Output:
1
2
3
4
In function `_start':
undefined reference to `main'
In function `Test':
undefined reference to `print'


Create a new paste based on this one


Comments: