#include<stdio.h> #include<stdlib.h> int main() { printf("Hello,world!\n"); system("Pause"); return 0; }