ex5.c 98 B

123456789
  1. #include <stdlib.h>
  2. #include <stdio.h>
  3. int main()
  4. {
  5. printf("Hello World\n");
  6. return 0;
  7. }