SimpleCross

Usage

$ make simple_cross
$ ./simple_cross actions.txt

Run tests

$ make test

Tests are passing when make returns without an error.

Notes

The specification requires that prices have 5 digits after the decimal point. However the prices in the provided actions.txt do not have 5 digits after the decimal point. actions.txt has been corrected.

Tested on macOS 13.3, Ubuntu 22.04.2 LTS