#!/bin/sh

set -e

cd example
cmake .
make

./UnorderedDenseExample
