main.c 55 B

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