Answers for "compile c program from command line mac"

2

run c program in mac terminal

gcc -o runme hello.c
./ runme
Posted by: Guest on May-02-2021

Code answers related to "compile c program from command line mac"

Browse Popular Code Answers by Language