[ create a new paste ] login | about

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

C, pasted on Aug 1:
1
2
3
4
int main(void)
{
    puts("Olá, Mundo!");
}


Output:
1
2
3
Olá, Mundo!

Exited: ExitFailure 13


Create a new paste based on this one


Comments: