c语言--hello world

这是c语言中最简单的一个代码了吧! 这个代码打开了个人新世界—C语言 #include<stdio.h> int main (void) { printf(“hello world!”) ; return 0; }web
相关文章
相关标签/搜索