An open API service indexing awesome lists of open source software.

https://github.com/sebastiencozedev/therightprice

This repository contains my first C++ project : The Right Price. To win, you have to find the right price.
https://github.com/sebastiencozedev/therightprice

console-game cpp cpp17

Last synced: about 1 year ago
JSON representation

This repository contains my first C++ project : The Right Price. To win, you have to find the right price.

Awesome Lists containing this project

README

          

# TheRightPrice
This repository contains my first C++ program : The Right Price. To win, you have to find the right price.

## How to run it ?

1. Download the executable file [here](https://github.com/SebastienCozeDev/TheRightPrice/releases/download/v1.0.0/TheRightPrice.Linux).

2. Add the necessary rights for execution.

```sh
chmod u+x TheRightPrice.Linux
```

3. Run it.

```sh
./TheRightPrice.Linux
```