ubuntu下helloworld

1、sudo apt-get install gcc   安装编译器

2、sudo apt-get install binutils 载辅助工具

3、 sudo apt-get install Llibc6-dev 头文件库

4、apt-get install vim   安装vim

ubuntu下helloworld

vim test.c  进入test.c编辑模式

gcc test.c   编译test.c

./a.out   执行test.c


你可能感兴趣的:(ubuntu下helloworld)