Skip to content

Instantly share code, notes, and snippets.

@emmanueltissera
Last active December 19, 2015 02:28
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 emmanueltissera/5882945 to your computer and use it in GitHub Desktop.
Save emmanueltissera/5882945 to your computer and use it in GitHub Desktop.
My first Gist to share on http://onetonguetiedguy.blogspot.com
// HelloGist.cs
using System;
public class HelloGist
{
public static void Main()
{
Console.WriteLine("Hello, Gist!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment