[ create a new paste ] login | about

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

pjvangemmeren - C++, pasted on Nov 10:
1
2
3
4
5
6
7
#include <iostream>
using namespace std;

char choice;
int main
{
    cout <<


Output:
1
2
Line 5: error: invalid function declaration
compilation terminated due to -Wfatal-errors.


Create a new paste based on this one


Comments: