This commit is contained in:
2025-05-13 12:29:59 +02:00
commit 1bb273e8ac
12 changed files with 304 additions and 0 deletions

6
tp1/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"files.associations": {
"mutex": "c",
"fcntl.h": "c"
}
}