"Simplicity can't be bought later, it must be earned from the start" -- DB
using System; namespace Craft { public class Mate { public static void Main() { Console.WriteLine("Hello World!"); } } }
No comments:
Post a Comment