Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 197 Bytes

File metadata and controls

16 lines (8 loc) · 197 Bytes

C-programs

$ git add . $ git commit -am 'message' $ git push

my creation of C Programs

Run the C Program

Compile the program -> gcc -o first firstprogram.c Run the program -> first