#include<stdio.h> #include<stdlib.h> int main() { printf(“Hello World\n”); system (“pause”); return 0; }