.NET Framework mit VSCODE
dotnet run
Arrogant Ape
dotnet run
// Initialize the C# project in an opened folder
dotnet new console
// Run the app
dotnet run