Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save geoffreymcgill/9d475f6d0c9e4a813f539dac2016ddf5 to your computer and use it in GitHub Desktop.
Save geoffreymcgill/9d475f6d0c9e4a813f539dac2016ddf5 to your computer and use it in GitHub Desktop.
public class App
{
[Init(InitPosition.Top)]
public static void Top()
{
/*
A custom comment
*/
Console.WriteLine("start");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment