Skip to content

Latest commit

 

History

History

01-helloworld

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Hello World

This quickstart is designed to make sure your system is running as intended.

The standard "Hello World" text is shown, as well as some information about the framework and runtime you have installed.

Running the sample

To run this sample, simply navigate to the 01-helloworld/src directory and issue the following commands:

dotnet restore
dotnet run