/fun-with-months

Playing around with C

Primary LanguageC

fun-with-months

Playing around with C.

Table of Contents


Setup

Follow the below steps to get setup.

Clone the repository

Ensure Git is installed and run the following commands:

# Clone the repository
git clone https://github.com/folterung/fun-with-months.git

# Change the working directory to the cloned project
cd fun-with-months

Build and run the program

Note: Windows users may have to install GitBash for the following commands to work correctly.

Once you have bash installed you can simply do the following:

# Make the shell script executable
chmod +x build-and-run.sh

# Run the shell script
./build-and-run.sh