Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@geoffreymcgill
Created October 10, 2017 05:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geoffreymcgill/0b8b436b6aad80a3fbf3c89a6e7842b0 to your computer and use it in GitHub Desktop.
Save geoffreymcgill/0b8b436b6aad80a3fbf3c89a6e7842b0 to your computer and use it in GitHub Desktop.
using static Retyped.dom;
public class Program
{
public static void Main()
{
alert("Hello, World!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment