aboutsummaryrefslogtreecommitdiff
path: root/benchmark/bench.c
blob: 046e965be7eaf2c41f28912f6b893b6dba713f90 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>

#include "../src/cube.h"

int main() {
	printf("Benchmarks not yet set up\n");

	return 0;
}

Generated with cgit - Back to sebastiano.tronto.net