Skip to content

Instantly share code, notes, and snippets.

@onlyann
Created August 21, 2016 10:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onlyann/de1f8300542cf879c62bb40abd47486b to your computer and use it in GitHub Desktop.
Save onlyann/de1f8300542cf879c62bb40abd47486b to your computer and use it in GitHub Desktop.
Display machine name
using System;
var machineName = Environment.MachineName;
Console.WriteLine($"Hi there from {machineName}");
<?xml version="1.0" encoding="utf-8"?>
<packages>
</packages>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment