Skip to content

Instantly share code, notes, and snippets.

@mastoj
Created December 5, 2010 16:16
Show Gist options
  • Save mastoj/729202 to your computer and use it in GitHub Desktop.
Save mastoj/729202 to your computer and use it in GitHub Desktop.
public class test
{
public void main(string[] args)
{
Console.WriteLine("Hello world!");
Console.ReadLine();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment