Initial commit

This commit is contained in:
Meizar 2025-07-26 06:56:07 +07:00
commit 8d4b2bc943
17 changed files with 389 additions and 0 deletions

7
global.json Normal file
View file

@ -0,0 +1,7 @@
{
"sdk": {
"version": "6.0.0",
"rollForward": "latestMajor",
"allowPrerelease": true
}
}