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
相關文章
相關標籤/搜索