Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 276 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 276 Bytes

Dummy math game solver.

Config

Tweak the variables in the main funtion.

Build and Run

mkdir -p bin data
g++ -std=c++17 main.cpp -o bin/main && ./bin/main

Output

Check data/output.txt for the result.