aboutsummaryrefslogtreecommitdiff
path: root/benchmark/bench.c
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bench.c')
-rw-r--r--benchmark/bench.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmark/bench.c b/benchmark/bench.c
new file mode 100644
index 0000000..046e965
--- /dev/null
+++ b/benchmark/bench.c
@@ -0,0 +1,11 @@
1#include <stdbool.h>
2#include <stdint.h>
3#include <stdio.h>
4
5#include "../src/cube.h"
6
7int main() {
8 printf("Benchmarks not yet set up\n");
9
10 return 0;
11}

Generated with cgit - Back to sebastiano.tronto.net