A simple timer that I made in C++.
 
 
 
Go to file
kalle 476cadb3c3 Update the usage message to reflect the executable name being lowercase. 2020-11-15 16:56:26 +01:00
src Update the usage message to reflect the executable name being lowercase. 2020-11-15 16:56:26 +01:00
.gitignore Update .gitignore and make the executable name lower case. 2020-11-15 16:48:51 +01:00
CMakeLists.txt Update .gitignore and make the executable name lower case. 2020-11-15 16:48:51 +01:00
README.md Create README.md 2020-11-15 16:47:14 +01:00

README.md

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