kalle 1c9cbb207b | ||
---|---|---|
src | ||
.gitignore | ||
CMakeLists.txt | ||
README.md |
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