Template outline for C#
using System; namespace Program { class myApplication { static void Main() { } } }