You are on page 1of 1

#include <stdio.h> int main(void) { int a; /*I added this line*/ printf("Hello World!

\n"); scanf("%d",&a);/*I added this line*/ return 0; }

You might also like