add result page layout

This commit is contained in:
ismailsosic
2023-01-03 13:31:47 +01:00
parent ad0b9b36b9
commit e5c38d74f8
44 changed files with 1533 additions and 434 deletions

View File

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