Skip to content

Instantly share code, notes, and snippets.

@quentin-sommer
Created March 17, 2015 10:08
Show Gist options
  • Save quentin-sommer/3625baa5c33d8006fbff to your computer and use it in GitHub Desktop.
Save quentin-sommer/3625baa5c33d8006fbff to your computer and use it in GitHub Desktop.
using System;
class Program
{
public void main(String[] args)
{
Console.WriteLine("Hello world!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment