Initial commit

This commit is contained in:
Sithas
2025-05-31 16:29:35 +00:00
committed by Антон
parent 431b183e01
commit f4b8604267
9 changed files with 582 additions and 50 deletions
+8
View File
@@ -0,0 +1,8 @@
[settings]
arch=x86_64
build_type=Debug
compiler=msvc
compiler.cppstd=17
compiler.runtime=dynamic
compiler.version=193
os=Windows
+8
View File
@@ -0,0 +1,8 @@
[settings]
arch=x86_64
build_type=Release
compiler=msvc
compiler.cppstd=17
compiler.runtime=dynamic
compiler.version=193
os=Windows