Skip to content

Instantly share code, notes, and snippets.

@nesteruk
Created February 14, 2017 10:47
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 nesteruk/92b156a4a2851c59077260e7bb953b24 to your computer and use it in GitHub Desktop.
Save nesteruk/92b156a4a2851c59077260e7bb953b24 to your computer and use it in GitHub Desktop.
test
public class MyClass
{
static void Main(string[] args)
{
Console.WriteLine("test");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment