Skip to content

Instantly share code, notes, and snippets.

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