Skip to content

Cmder for Dotnet

DonetCore-hello-world

dotnet core hello world

dotnet
dotnet new console -o myApp
cd myApp
dotnet run

Program.cs

Console.WriteLine("The current time is " + DateTime.Now);
Console.WriteLine("Hello World!");

config

Comments