add debug stuff

This commit is contained in:
Nayan
2025-05-07 22:36:08 -04:00
parent a419e6436d
commit 52b6dd9b17
3 changed files with 54 additions and 5 deletions

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

@@ -0,0 +1,7 @@
{
"files.associations": {
"string.h": "c",
"types.h": "c",
"random": "c"
}
}