Files
graphe/benchmark.h
Tiago Batista Cardoso 2d3865079d lol
2026-02-28 22:41:19 +01:00

11 lines
146 B
C

//
// Created by Tiago Batista Cardoso on 2/28/2026.
//
#ifndef GRAPHE_BENCHMARK_H
#define GRAPHE_BENCHMARK_H
void run_benchmark(void);
#endif