linux 入门 之 hello, world !

# gcc helloLinux.c -o main 驸马: #include<stdio.h> int main(void) { printf("hello , linux programming !\n"); return 0; } 参考: http://www.eefocus.com/article/09-10/84246s.html
相关文章
相关标签/搜索