[ create a new paste ] login | about

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

C++, pasted on Sep 24:
1
2
3
4
5
6
7
8
9
10
int main()
{
		goto label;
		
		
		label:
				int i = 0;
				int j = 1;
				return (i+j);
}


Output:
1
Exited: ExitFailure 1


Create a new paste based on this one


Comments: