Skip to content

Instantly share code, notes, and snippets.

@simonewebdesign
Last active December 14, 2015 16:08
Show Gist options
  • Save simonewebdesign/5112461 to your computer and use it in GitHub Desktop.
Save simonewebdesign/5112461 to your computer and use it in GitHub Desktop.
Say "Hello, World!" in C#
class HelloWorld {
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