this is collection of simple C program example.
Clone this repository:
using HTTPS:
git clone https://github.com/GWLGT/C-Simple-Program-Example.git
cd c-simple-program
using SSH:
git clone [email protected]:GWLGT/C-Simple-Program-Example.git
cd c-simple-program
To compile it, run:
make all
then, go to compiled/
directory to see & run the program.
to clean and remove the executable, run:
make clean
Note:
I'm still learn C, there's not much i can make🗿.