Initial commit, zbrisal narobe ustvarjeno mapo, naredil prvi del simulatorja

This commit is contained in:
Timon 2025-11-22 14:09:29 +01:00
parent f8404698d2
commit 513cb421ec
12 changed files with 329 additions and 1 deletions

15
ass2/.vscode/c_cpp_properties.json vendored Normal file
View file

@ -0,0 +1,15 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}