[ create a new paste ] login | about

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

C, pasted on Oct 23:
1
2
3
4
5
6
#include <cstdio>

int main()
{
    return 0;
}


Output:
1
Line 17: error: cstdio: No such file or directory


Create a new paste based on this one


Comments: