/cello

Hello World written in C

Primary LanguageMakefileMIT LicenseMIT

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