1
1
Fork
You've already forked stopwatch-cpp
0
A simple stopwatch written in C++ using ncurses.
  • C++ 88.8%
  • CMake 11.2%
2021年11月08日 21:59:58 +13:00
.gitignore Initial commit 2021年11月06日 22:24:30 +13:00
CMakeLists.txt Rename to stopwatch-cpp 2021年11月08日 20:36:35 +13:00
LICENSE Add a license 2021年11月08日 21:42:55 +13:00
README.md Add README 2021年11月08日 21:59:58 +13:00
stopwatch.cpp Add a license 2021年11月08日 21:42:55 +13:00

stopwatch-cpp

A simple stopwatch written in C++ using ncurses.

Building

mkdir build
cd build
cmake ..
make

Contributing

  1. Fork the repo
  2. Make your changes
  3. Push them
  4. Open a pull request