initial commit

This commit is contained in:
Aaron Manning
2023-07-09 07:47:52 +10:00
commit fe8a832d74
9 changed files with 2033 additions and 0 deletions

12
.config/dotnet-tools.json Normal file
View File

@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"fable": {
"version": "4.1.4",
"commands": [
"fable"
]
}
}
}