This is a C Repo to push various C tutorials.
- Download the repository
- Choose a C program you want to run.
- Open the file read and understand it.
- In the terminal navigate to the project directory
- Run the code with ./<name_of_executable> if you don't want to compile the code again.
- Otherwise compile it again with the command gcc <program_name> -o <define_executable_name>
This project is under the MIT License.