Skip to content

timele/c-stock

Repository files navigation

Stock implementation in C

To build the sources execute following commands:

mkdir build
cd build/
cmake ..
make -j2
make test
test/StockTest_tests

To try the execution of the test data:

cd build/
./stock -i /tmp/input.data -o /tmp/output.data

About

A simple stock operation in c

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published