So you’ve decided to learn C. You’ve got the books and the tutorials ready, but there’s one roadblock:
sudo apt update sudo apt install gcc Verify with: gcc --version
gcc hello.c -o hello ./hello Go build something.
So you’ve decided to learn C. You’ve got the books and the tutorials ready, but there’s one roadblock:
sudo apt update sudo apt install gcc Verify with: gcc --version
gcc hello.c -o hello ./hello Go build something.