[ create a new paste ] login | about

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

C, pasted on Jul 3:
1
2
3
4
5
6
7
#include<stdio.h>
#include<conio.h>

main()
{
printf("hola");
}


Output:
1
Line 17: error: conio.h: No such file or directory


Create a new paste based on this one


Comments: