linux C(hello world) 1.使用vi/vim進行編寫代碼並保存為hello_world.c.如下: /* This is my first C program*/ #include <stdio.h> i ...