Skip to content

Commit

Permalink
Merge pull request #1 from fineanmol/master
Browse files Browse the repository at this point in the history
Sync
  • Loading branch information
fineanmolwork committed Oct 1, 2022
2 parents cdcb7b5 + 93b3613 commit 9912eda
Show file tree
Hide file tree
Showing 79 changed files with 2,178 additions and 1,739 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.iml
.git/objects/
.DS_Store
21 changes: 21 additions & 0 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.19041.0",
"compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe",
"cStandard": "c17",
"cppStandard": "c++20",
"intelliSenseMode": "windows-msvc-x64"
}
],
"version": 4
}
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"files.associations": {
"iterator": "cpp",
"xutility": "cpp"
}
}
Loading

0 comments on commit 9912eda

Please sign in to comment.