Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 128 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 128 Bytes

hello-c

Hello World for C programming language.

compile

gcc helloworld.c 

execute

./a.out