This project will create a binary executable file ehich when invoked will print Hello World on the terminal.
- GCC (GNU Compiler collection)
Compile the source file and generate binary executable hello
gcc hello_world.c -o hello
Then execute
./hello
Thanks for using our program.