This commit is contained in:
Ethan Merchant 2024-01-24 20:53:06 -05:00 committed by GitHub
parent 7dbd4df058
commit 30ec91f8ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,3 +21,11 @@ mapped by
### <br><br><br><br>
</div>
## start
<a href="https://dotnet.microsoft.com/en-us/download">dotnet sdk</a> v8.0
```shell
# DEVELOPMENT
dotnet run
```