[ create a new paste ] login | about

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

C++, pasted on Aug 15:
1
2
3
4
5
6
#include<isotream>
using namespace std;

int main()
(
cout<<"Hell,oworld!";//


Output:
1
2
3
Line 18: error: isotream: No such file or directory
Line 6: error: function 'int main()' is initialized like a variable
compilation terminated due to -Wfatal-errors.


Create a new paste based on this one


Comments: