Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 408 Bytes

statement.md

File metadata and controls

25 lines (18 loc) · 408 Bytes

Welcome!

This C# template lets you get started quickly with a simple one-page playground.

// { autofold
using System;

class Hello 
{
    static void Main() 
    {
// }

Console.WriteLine("Hello World!");

// { autofold
    }
}
// }

Advanced usage

If you want a more complex example (external libraries, viewers...), use the Advanced C# template