Working calculator

This commit is contained in:
2024-02-08 17:18:38 +01:00
commit 719444c06e
15 changed files with 1476 additions and 0 deletions

5
.editorconfig Normal file
View File

@@ -0,0 +1,5 @@
root = True
[*.cs]
dotnet_diagnostic.CS8509.severity = error
dotnet_diagnostic.CS8524.severity = none