这个命令怎么写呀么么用vim编辑文件hello.c,执行文件名为a.out,结果为helloworld
vim hello.c
gcc hello.c -o a.out
./a.out
输出helloworld总会吧,望采纳