Skip to content

haojhcwa/cello

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 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

About

Hello World written in C

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 63.1%
  • C 36.9%