Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 383 Bytes

File metadata and controls

10 lines (7 loc) · 383 Bytes

Requirements

  • g++
  • cmake

Installation:

  • mkdir build, cd build, cmake .., cmake --build .
  • Or to delete all build files except executable: mkdir build, cd build, cmake .., cmake --build . --target clear

If you found any bugs in program, please create new issue on the Issues page.