Tests 1/2

This commit is contained in:
2025-11-23 02:06:57 +05:30
commit d1b1ba12c0
36 changed files with 3785 additions and 0 deletions

13
.vscode/tasks.json vendored Normal file
View File

@ -0,0 +1,13 @@
{
"tasks": [
{
"label": "build",
"type": "shell",
"command": "python3 Tools/Builder/Build.py",
"group": {
"kind": "build",
"isDefault": true
}
}
],
}