Skip to content

Instantly share code, notes, and snippets.

@EifelMono
Last active March 28, 2019 13:28
Show Gist options
  • Save EifelMono/f3cdd0601cbbe2cccaf80aec864db7b5 to your computer and use it in GitHub Desktop.
Save EifelMono/f3cdd0601cbbe2cccaf80aec864db7b5 to your computer and use it in GitHub Desktop.
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