Skip to content

Simik31/Euler_CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Euler CLI

Euler CLI (Command Line Interface) Solution

C++ 20 Standard

Get the code:

git clone https://github.com/Simik31/Euler_CLI.git

Run the code

cd Euler_CLI
start devenv Euler_CLI.sln

OR

Open Euler_CLI.sln in Visual Studio to build and run the project.


Run with different Command Arguments

To change Command Arguments

  1. Right click on Euler_CLI Project in Solution Explorer
  2. Click on Properties
  3. Under Configuration Properties select Debugging
  4. 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)

License

Copyright © 2022 Simik31. All rights reserved.

Licensed under the WTFPL License.

About

Euler CLI - Project Euler Problem solution

Topics

Resources

License

Stars

Watchers

Forks

Languages