.NET 9 runtime and SDK for building and running C# applications
.NET Core
dotnet
$ dotnet new console -n MyApp
$ dotnet build
$ dotnet run