Skip to content

Instantly share code, notes, and snippets.

@theresaluu
Last active August 8, 2017 04:39
Show Gist options
  • Select an option

  • Save theresaluu/adbce933d903b7d6fc48554fa64cb511 to your computer and use it in GitHub Desktop.

Select an option

Save theresaluu/adbce933d903b7d6fc48554fa64cb511 to your computer and use it in GitHub Desktop.
verifies c# installation

Verifying C-Sharp is Installed Correctly

  1. mkdir verify_csharp
  2. cd verify_cscharp
  3. dotnet new console
  4. replace contents of Program.cs with firls from HelloWorld.cs
  5. dotnet restore
  6. dotnet run
  7. You should see 'Hello C# World!' printed out.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment