Initial commit of day 1

This commit is contained in:
Smaug123
2021-12-06 19:37:33 +00:00
commit 7d24b7d8d0
15 changed files with 2248 additions and 0 deletions

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

@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"fantomas-tool": {
"version": "4.5.10",
"commands": [
"fantomas"
]
}
}
}