cello
C program to print Hello World.
Manual Building
Invoke the C compiler from the GNU Compiler Collection (GCC) to compile the source code into binary:
gcc -g -o cello cello.cExecute the resulting output binary cello.
$ ./cello
Hello WorldCredits :