Home » Temporary pages » Various testing » CodeBlock Testing

CodeBlock Testing

Quote
Box title
Box content
Note text
Title
[sourcecode language=”plain” highlight=””] It works!
[/sourcecode]

using System;

public class Hello2
{
   public static void Main()
   {
      Console.WriteLine("Hello, World!");
   }
}

Title
Super cool!