Hello world test!
using System; namespace _01_01 { class Class01 { static void Main(string[] args) { System.Console.WriteLine("Hello, world!"); } } }