[ create a new paste ] login | about

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

C++, pasted on Apr 6:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
void fun1(...);

int main(){


cout<<"Hello World\n" <<endl;

return 0;
}
void func1(...)
{

cout<<"hello func";
}


Output:
1
2
Hello World



Create a new paste based on this one


Comments: