Timer/README.md

327 B

Timer

A simple timer.

Usage

Left click the timer to pause/unpause it.
Right click the timer to reset it.

timer hours minutes seconds

Building

To build the project use the following commands

git clone https://github.com/KalleStruik/Timer
cd Timer
mkdir cmake-build
cd cmake-build
cmake ../
make