inital code drop.

This commit is contained in:
Jeff Myers
2024-08-14 17:09:43 -07:00
parent fe934db383
commit 3f023baa2f
14 changed files with 571 additions and 2 deletions

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

@@ -0,0 +1,11 @@
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/*.o": true,
"**/*.exe": true,
}
}