Add booleanmatrix and simplicialcomplex
[libstick.git] / lib / test.cc
diff --git a/lib/test.cc b/lib/test.cc
new file mode 100644 (file)
index 0000000..75a9499
--- /dev/null
@@ -0,0 +1,8 @@
+#include <stdio.h>
+
+#include "libstick-0.1/test.h"
+
+
+void test() {
+    printf("Hello world.\n");
+}