codingplus sudo apt install gcc -y sudo apt install vim -y vi 01.c coding :wq exit gcc -Wall -W -o 01 01.c ./01 git add 01.c git commit -m "test" git push abc