第一个C语言程序

1 #include <stdio.h>
2 int main()
3 {
4     printf("第一个程序");
5 }

 

posted @ 2020-08-30 21:30  zhaojiale  阅读(48)  评论(0)    收藏  举报