Euler CLI (Command Line Interface) Solution
C++ 20 Standard
git clone https://github.com/Simik31/Euler_CLI.git
cd Euler_CLI
start devenv Euler_CLI.sln
OR
Open Euler_CLI.sln
in Visual Studio to build and run the project.
To change Command Arguments
- Right click on
Euler_CLI
Project in Solution Explorer - Click on
Properties
- Under
Configuration Properties
selectDebugging
- Change
Command Arguments
Available arguments
Test
Run tests on utils namespace test
t
Run all problems
run --all
run -a
r --all
r -a
Run single problem
run --id ID
r --id ID
Run problem number ID (must be valid integer)
Copyright © 2022 Simik31. All rights reserved.
Licensed under the WTFPL License.