Created
January 31, 2019 14:30
-
-
Save kevingosse/228b465ea1dd37bf6f7499a205842313 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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