First Commit (finally lol)

This commit is contained in:
Juicysteak117
2025-10-11 12:44:14 -07:00
commit 319c6b7c63
47 changed files with 43596 additions and 0 deletions

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

@@ -0,0 +1,18 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "pghrt: build",
"type": "shell",
"command": ".\\build.ps1",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}