my name is mo and i am testing out jekyll as a legit blogging platform.

things i need to learn:

sometimes i need to publish code like the following:

 1     namespace learning.jekyll
 2  {
 3      public class HelloWorld
 4      {
 5          public void SayHello()
 6          {
 7              System.Console.Out.WriteLine("Hello");
 8          }
 9      }
10  }
comments powered by Disqus