Skip to content

Instantly share code, notes, and snippets.

@txdv
Created April 3, 2017 08:23
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 txdv/796cedcb5e8c8080cc3103d23bbe15da to your computer and use it in GitHub Desktop.
Save txdv/796cedcb5e8c8080cc3103d23bbe15da to your computer and use it in GitHub Desktop.
Hello World
public class Main
{
public static void Main(string[] args)
{
Console.WriteLine("Hello World");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment