Last active
March 28, 2019 13:28
-
-
Save EifelMono/f3cdd0601cbbe2cccaf80aec864db7b5 to your computer and use it in GitHub Desktop.
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; | |
public class trydotnet_running_on_unix | |
{ | |
public static void Main() | |
{ | |
Console.WriteLine(Environment.OSVersion.ToString()); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment