Skip to content

Instantly share code, notes, and snippets.

@PoisonousJohn
Created February 20, 2018 11:49
Show Gist options
  • Save PoisonousJohn/651b908017e92e67a04e8b2c7d7c1ad5 to your computer and use it in GitHub Desktop.
Save PoisonousJohn/651b908017e92e67a04e8b2c7d7c1ad5 to your computer and use it in GitHub Desktop.
Code sample
using System.Console;
public class Test
{
public Test()
{
Console.WriteLine("Let's test it");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment