Skip to content

Instantly share code, notes, and snippets.

@jrob5756
Created September 22, 2018 01:53
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 jrob5756/d8c6afc2bbc9caf358c7143276a3403d to your computer and use it in GitHub Desktop.
Save jrob5756/d8c6afc2bbc9caf358c7143276a3403d to your computer and use it in GitHub Desktop.
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello from .NET Core!");
StandardUtil.Run();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment