- Clone this repository
- Make sure you have gcc installed
- To check if you have gcc installed
- Run the following command
gcc --version
- If you don't have gcc installed
- Refer to this link
- Or you can follow this youtube video
- To check if you have gcc installed
- Open the folder of the program you want to run
- Open the terminal in that folder
- To compile
- Run the following command
gcc <filename>.c -o <filename>
- To run
- Run the following command
<filename>
- To compile
The table of content can be found in the FileNames.md file
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.