Initial commit, zbrisal narobe ustvarjeno mapo, naredil prvi del simulatorja
This commit is contained in:
parent
f8404698d2
commit
513cb421ec
12 changed files with 329 additions and 1 deletions
15
ass2/.vscode/c_cpp_properties.json
vendored
Normal file
15
ass2/.vscode/c_cpp_properties.json
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Linux",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**"
|
||||
],
|
||||
"defines": [],
|
||||
"cStandard": "c17",
|
||||
"cppStandard": "gnu++17",
|
||||
"intelliSenseMode": "linux-gcc-x64"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue