l1.c 69 B

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