[ create a new paste ] login | about

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

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

int main(void){

printf("사과");


Output:
1
Line 1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token


Create a new paste based on this one


Comments: