Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 166 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 166 Bytes

ConveyorBelts

small C++ exercise with conveyor belts

building

meson build
meson compile -C build

tests

cd build
ninja test

example

cd examples