initial commit.

This commit is contained in:
siriusfox 2022-07-02 17:30:47 -07:00
commit c74c452362
17 changed files with 4983 additions and 0 deletions

21
.vscode/c_cpp_properties.json vendored Normal file
View file

@ -0,0 +1,21 @@
{
"env": {
"defaultIncludePath": [
"${workspaceFolder}/src",
"${workspaceFolder}/include"
]
},
"configurations": [
{
"name": "Luker",
"includePath": [
"${defaultIncludePath}"
],
"intelliSenseMode": "linux-gcc-x64",
"compilerPath": "/usr/bin/g++",
"cStandard": "gnu17",
"cppStandard": "gnu++14"
}
],
"version": 4
}