linux 入门 之 hello, world !

# gcc helloLinux.c -o main

linux 入门 之 hello, world !

驸马:

#include<stdio.h> int main(void) { printf("hello , linux programming !\n"); return 0; }



参考:

http://www.eefocus.com/article/09-10/84246s.html


相关文章: