Skip to content

Instantly share code, notes, and snippets.

@ryanrousseau
Last active October 25, 2015 14:57
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 ryanrousseau/0dca8b3a74958f82406a to your computer and use it in GitHub Desktop.
Save ryanrousseau/0dca8b3a74958f82406a to your computer and use it in GitHub Desktop.
Test gist for the ScriptCs.Gist module. This file should be ignored by
#gist 0dca8b3a74958f82406a
Console.WriteLine("Hello from https://gist.github.com/ryanrousseau/0dca8b3a74958f82406a !");
public class Pinger
{
public void Ping()
{
Console.WriteLine("Pong!");
}
}
Console.WriteLine("Tot ziens van gist!");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment