[ create a new paste ] login | about

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

C, pasted on Jun 23:
1
2
3
4
5
#include <stdio.h>
int main(void){
            printf("Hello Reddit");
			return 0
	}


Output:
1
2
In function 'main':
Line 5: error: expected ';' before '}' token


Create a new paste based on this one


Comments: