11 lines
146 B
C
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
|