GitHub中文论坛
Hi!
开源分享
HUOLIENIAOA
2022 年4 月 18 日 13:40
1
code_text
#include
<stdio.h>
int man()
{
printf(“Hi!\n”);
return 0;
}