A simple stopwatch written in C++ using ncurses.
| .gitignore | Initial commit | |
| CMakeLists.txt | Rename to stopwatch-cpp | |
| LICENSE | Add a license | |
| README.md | Add README | |
| stopwatch.cpp | Add a license | |
stopwatch-cpp
A simple stopwatch written in C++ using ncurses.
Building
mkdir build
cd build
cmake ..
make
Contributing
- Fork the repo
- Make your changes
- Push them
- Open a pull request