C语言入门-2-helloworld

#include<stdio.h>
int main ()
{
printf("helloworld");
return 0;
}

 

posted @ 2022-10-23 12:40  yourongchao  阅读(19)  评论(0)    收藏  举报