- PNG Colour Inverter
- PPM Pixel Generator
- Password Generator
- Rock, Paper, Scissors Game
gcc <pathToSource.c> -o <pathToBinary>
./<pathToBinary>
Note: If running in IDE with run configs, copy output of pkg-config command into compiler options field
gcc invertImage.c -lpng -o invertImage