This commit is contained in:
enx01
2026-02-24 10:02:08 +01:00
commit f804da7d88
9 changed files with 412 additions and 0 deletions

7
CMakeLists.txt Normal file
View File

@@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 4.1)
project(graphe C)
set(CMAKE_C_STANDARD 23)
add_executable(graphe main.c
structs.h)