a13105a591b87fcb94c6c214d3878264dc0872f0
- Add include ordering rules: C++ std, C std, OS-specific, third-party, local headers (separated by blank lines) - Clarify <> for system headers, "" for third-party deps - Remove .exe from run command - Mark shell code blocks as sh (POSIX compliant) - Add shell script conventions section
cuber
cuber is a simple cube timer.
Requirements
- CMake 3.21+
- Ninja
- C++23 compiler
Development
Configure:
cmake -S . -B build -GNinja
Build:
ninja -C build
Run:
./build/cuber.exe
Description
Languages
C++
95.1%
CMake
4.9%