Skip to content

Instantly share code, notes, and snippets.

@metasong
Last active October 15, 2019 19:13
Show Gist options
  • Save metasong/418dde5c695ff087c59cf54255897fd2 to your computer and use it in GitHub Desktop.
Save metasong/418dde5c695ff087c59cf54255897fd2 to your computer and use it in GitHub Desktop.
using System;
public class ClassInGist
{
public void Hello()
{
Console.WriteLine("Hello from a gist");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment