Skip to content

Instantly share code, notes, and snippets.

@akkijp
Created December 21, 2015 18:40
Show Gist options
  • Select an option

  • Save akkijp/a803e081aae363c86511 to your computer and use it in GitHub Desktop.

Select an option

Save akkijp/a803e081aae363c86511 to your computer and use it in GitHub Desktop.
Hello World C#
using System;
class HelloWorld {
public static void Main( )
{
Console.WriteLine("hello world");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment