l1.c 71 B

12345
  1. #include <stdio.h>
  2. int main() {
  3. printf("hello\n");
  4. return 0;
  5. }