Skip to content

Instantly share code, notes, and snippets.

@tompazourek
Created June 1, 2014 18:17
Show Gist options
  • Save tompazourek/3c9c7ff56ca7fc193a97 to your computer and use it in GitHub Desktop.
Save tompazourek/3c9c7ff56ca7fc193a97 to your computer and use it in GitHub Desktop.
GitHub Flavored Markdown code block test

Hi, I am just a text.

This is some C# code:

using System;

public class Program
{
    public static int Main(string[] args)
    {
        Console.WriteLine("Hello, World!");
        return 0;
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment