initial commit

This commit is contained in:
ading2210 2024-01-01 07:25:49 -05:00
commit 27aa9ff74c
8 changed files with 134 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"clangd.fallbackFlags": [
"-I/usr/share/emscripten/cache/sysroot/include/"
]
}