banner
Practice is the only criterion to test truth

实践是检验真理的唯一标准
——Deng

Scroll down
2022 年的归档
Hello,world
  • 2022/09
  • 17
  • 619

#include<stdio.h>
int main(void)
{
printf(“Hello,world”);
return 0;
}

12