first commit

This commit is contained in:
2025-06-04 17:33:13 +02:00
commit d2324d1020
15 changed files with 129837 additions and 0 deletions

16
.vscode/compile_commands.json vendored Normal file
View File

@@ -0,0 +1,16 @@
[
{
"directory": "/home/simon/Programmation/Graphe",
"arguments": ["/usr/bin/gcc", "-c", "-m64", "-g", "-Wall", "-O0", "-std=c++20", "-Ibuild/.gens/Graphe/linux/x86_64/debug/platform/windows/idl", "-o", "build/.objs/Graphe/linux/x86_64/debug/src/Algo.cpp.o", "src/Algo.cpp"],
"file": "src/Algo.cpp"
},
{
"directory": "/home/simon/Programmation/Graphe",
"arguments": ["/usr/bin/gcc", "-c", "-m64", "-g", "-Wall", "-O0", "-std=c++20", "-Ibuild/.gens/Graphe/linux/x86_64/debug/platform/windows/idl", "-o", "build/.objs/Graphe/linux/x86_64/debug/src/Graphe.cpp.o", "src/Graphe.cpp"],
"file": "src/Graphe.cpp"
},
{
"directory": "/home/simon/Programmation/Graphe",
"arguments": ["/usr/bin/gcc", "-c", "-m64", "-g", "-Wall", "-O0", "-std=c++20", "-Ibuild/.gens/Graphe/linux/x86_64/debug/platform/windows/idl", "-o", "build/.objs/Graphe/linux/x86_64/debug/src/main.cpp.o", "src/main.cpp"],
"file": "src/main.cpp"
}]