HTMLify

hello-world.cs
Views: 188 | Author: demo
using System;

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

Comments