Created
July 30, 2015 19:46
-
-
Save adamralph/6042d84e9a476e952fd7 to your computer and use it in GitHub Desktop.
Sample script for testing scriptcs Gist module against https://gist.github.com/ryanrousseau/0dca8b3a74958f82406a
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
#gist 0dca8b3a74958f82406a | |
var pinger = new Pinger(); | |
pinger.Ping(); | |
Console.WriteLine("done!"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment