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