tp1 partie 1 et partie 2.1/2.2

This commit is contained in:
Kennro03
2025-10-14 17:21:26 +02:00
parent 30458c5907
commit b88b6e9b9d
26 changed files with 414 additions and 0 deletions

18
pendu/.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,18 @@
{
"configurations": [
{
"name": "windows-gcc-x64",
"includePath": [
"${workspaceFolder}/**"
],
"compilerPath": "gcc",
"cStandard": "${default}",
"cppStandard": "${default}",
"intelliSenseMode": "windows-gcc-x64",
"compilerArgs": [
""
]
}
],
"version": 4
}