Skip to content

Instantly share code, notes, and snippets.

@parabola949
Created August 10, 2016 15:50
Show Gist options
  • Save parabola949/288e9c5af1ad86842b2a574c7a63b1e3 to your computer and use it in GitHub Desktop.
Save parabola949/288e9c5af1ad86842b2a574c7a63b1e3 to your computer and use it in GitHub Desktop.
using System;
class Test{
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