0
点赞
收藏
分享

微信扫一扫

初始C语言-输出第一个C语言程序

春意暖洋洋 2022-09-25 阅读 166

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


举报

相关推荐

0 条评论