[ create a new paste ] login | about

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

C, pasted on Jun 21:
1
2
3
4
5
int main(void)
{
    printf("hoge\n日本語\n");
    return 0;
}


Output:
1
2
hoge
日本語


Create a new paste based on this one


Comments: