代码示例:(标识:c-hello)
#include <stdio.h>

int main()
{
   /* 我的第一个 C 程序 */
   printf("Hello, 搜寻编程资料库! \n");
   
   return 0;
}
运行结果: