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


相关文章:

  • 2021-12-17
  • 2021-05-17
  • 2021-05-27
  • 2022-12-23
  • 2021-05-10
  • 2021-08-02
  • 2021-11-21
  • 2021-07-19
猜你喜欢
  • 2021-05-21
  • 2020-01-15
  • 2022-02-14
  • 2022-01-19
  • 2021-05-19
  • 2021-09-08
相关资源
相似解决方案