initial commit

This commit is contained in:
2026-01-28 22:58:45 +01:00
commit 51ec495493
14 changed files with 1151 additions and 0 deletions

2
build.ps1 Normal file
View File

@@ -0,0 +1,2 @@
dotnet run --project ZZCakeBuild/CakeBuild.csproj -- $args
exit $LASTEXITCODE;