Skip to content

Instantly share code, notes, and snippets.

@kevingosse
Created January 31, 2019 14:30
Show Gist options
  • Save kevingosse/228b465ea1dd37bf6f7499a205842313 to your computer and use it in GitHub Desktop.
Save kevingosse/228b465ea1dd37bf6f7499a205842313 to your computer and use it in GitHub Desktop.
using System;
internal class StartupHook
{
public static void Initialize()
{
Console.WriteLine("Hello world!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment