https://github.com/rodrigocdellu/testapp
Application developed for evaluating .NET exercises.
https://github.com/rodrigocdellu/testapp
csharp dotnet-core
Last synced: 3 months ago
JSON representation
Application developed for evaluating .NET exercises.
- Host: GitHub
- URL: https://github.com/rodrigocdellu/testapp
- Owner: rodrigocdellu
- License: mit
- Created: 2025-06-12T22:08:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-12T22:57:45.000Z (about 1 year ago)
- Last Synced: 2025-06-12T23:34:33.662Z (about 1 year ago)
- Topics: csharp, dotnet-core
- Language: C#
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TestApp
Application developed for evaluating .NET exercises.
**IMPORTANT:** All code was implemented **without the aid of research or artificial intelligence**.
## Requirements
- [.NET 8.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
## How to Run
1. Navigate to the application directory:
```
cd TestApp.Console
```
2. Run the application:
```
dotnet run
```