Skip to content

Instantly share code, notes, and snippets.

@Lakret
Created September 10, 2012 09:34
Show Gist options
  • Save Lakret/3689930 to your computer and use it in GitHub Desktop.
Save Lakret/3689930 to your computer and use it in GitHub Desktop.
Example
using System;
class Program
{
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