There was an error while loading. Please reload this page.
Allows for a code snippet to be styled according to the language specified.
{code:c#} using System; public class HelloWorld { public static void Main(params string[]() args) { Console.WriteLine("Hello World!"); } } {code:c#}
using System; public class HelloWorld { public static void Main(params string[]() args) { Console.WriteLine("Hello World!"); } }
Using "{code:language}" as shown above.
"{code:language}"