[ create a new paste ] login | about

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

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

int main(){
	int C = 0;
	C++;
	return 0;
}


Output:
1
2
3
4
5
In function 'main':
Line 5: error: stray '\342' in program
Line 5: error: stray '\200' in program
Line 5: error: stray '\216' in program
Line 5: error: expected expression before ';' token


Create a new paste based on this one


Comments: