#include <stdio.h>#include<locale.h> int main(void) { setlocale(LC_ALL,"portuguese"); printf("HOHOHOHO\n\a"); return 0;}
Standard input is empty
HOHOHOHO
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!