main.c 50 B

123456
  1. int main() {
  2. printf("test");
  3. return 0;
  4. }