Skip to content

Instantly share code, notes, and snippets.

@s2terminal
Created February 11, 2016 06:01
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 s2terminal/260fd125e06a9a460362 to your computer and use it in GitHub Desktop.
Save s2terminal/260fd125e06a9a460362 to your computer and use it in GitHub Desktop.
hello world
public static void Main() {
System.Console.WriteLine("Hello, world!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment