Initial commit, day 1

This commit is contained in:
Smaug123
2022-12-01 23:09:41 +00:00
commit 753a673b75
12 changed files with 2539 additions and 0 deletions

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

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