#include #include int main (void) { printf("Hello world \n"); system("pause"); return 0 ; }