Exemplo n.º 1
0
        static void Main(string[] args)
        {
            var helloWorld = new HelloWorld();

            Console.WriteLine(helloWorld.Greeting("Oplionghinorkidaht", DateTime.Now));
        }