Skip to content

naveenrajm7/cello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.c

Execute the resulting output binary cello.

$ ./cello
Hello World

Credits :

RPM Packaging Guide