Playing around with C.
Follow the below steps to get setup.
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
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