This commit is contained in:
Rens Pastoor
2025-05-27 22:41:46 +02:00
parent d141296aea
commit 11b391b8a1
416 changed files with 25232 additions and 0 deletions

9
C/C1/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"files.associations": {
"bike_measure.h": "c",
"stdint.h": "c",
"bike_store.h": "c",
"stdlib.h": "c",
"unistd.h": "c"
}
}