Linux C语言编程第一篇 Hello World 系统环境:Ubuntu 18.04.4 LTS虚拟机 准备条件:安装gcc apt install gcc gcc -o hello hello.c ./hello 相关文章: