main.c 92 B

123456789
  1. #include <stdio.h>
  2. int
  3. main ()
  4. {
  5. printf("Hello world!\nMy name is Ash\n");
  6. return 0;
  7. }