first commit

This commit is contained in:
2026-01-02 15:26:19 +08:00
commit 272b1a9a77
9 changed files with 1140 additions and 0 deletions

7
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"haskell.toolchain": {
"hls": "recommended",
"cabal": "recommended",
"stack": null
}
}