https://github.com/stainless-api/csharp-interview
https://github.com/stainless-api/csharp-interview
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stainless-api/csharp-interview
- Owner: stainless-api
- Created: 2025-02-27T18:38:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-27T18:39:02.000Z (over 1 year ago)
- Last Synced: 2025-08-10T00:36:55.570Z (10 months ago)
- Language: C#
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. Install [.NET SDK](https://learn.microsoft.com/en-us/dotnet/core/install/).
2. Run `dotnet test` to run tests.
3. Run `dotnet run --project Main` to run the `Main` function.