Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 97 Bytes

Readme.md

File metadata and controls

9 lines (4 loc) · 97 Bytes

how to compile source code in c language

-> gcc -o source source.c

how to run

-> ./source