This commit is contained in:
2025-10-15 16:26:07 +02:00
commit 6565163d11
6 changed files with 240 additions and 0 deletions

7
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"files.associations": {
"time.h": "c",
"stdio.h": "c",
"stdlib.h": "c"
}
}