Testing syntax highlighting plugin :)
Testing syntax highlighting plugin :)
So I have decided to maybe write some programming tutorials/guides on this website. This post is just to test the use of a syntax highlighting shortcode that I have just installed.
using System; namespace Hello { class Program { static void Main() { Console.WriteLine("Hello TheSegmentationfault.com !!"); } } }
Fun!