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

https://github.com/matt-d-webb/rogue-trader

Experimenting with some c++
https://github.com/matt-d-webb/rogue-trader

Last synced: about 2 months ago
JSON representation

Experimenting with some c++

Awesome Lists containing this project

README

        

# Rogue Trader

A basic console application for reading currency data.

### Build

```bash
g++ -std=c++11 *.cpp -o RogueTrader
```

### Run
```bash
$ ./RougeTrader
```

### Sample