Created
August 21, 2016 10:12
-
-
Save onlyann/de1f8300542cf879c62bb40abd47486b to your computer and use it in GitHub Desktop.
Display machine name
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
var machineName = Environment.MachineName; | |
Console.WriteLine($"Hi there from {machineName}"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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