예제 #1
0
        static void Main(string[] args)
        {
            var greeting = new HelloWorld();

            greeting.Greeting("pesho", DateTime.Now);
        }
예제 #2
0
        public static void Test()
        {
            var greeting = new HelloWorld();

            greeting.Greeting("pesho", dateInTwelveAClock);
        }
예제 #3
0
        static void Main(string[] args)
        {
            var helloWorld = new HelloWorld();

            Console.WriteLine(helloWorld.Greeting("Viktor", DateTime.Now));
        }
예제 #4
0
        static void Main(string[] args)
        {
            HelloWorld helloWorld = new HelloWorld();

            helloWorld.Greeting("Nikolay");
        }
예제 #5
0
        static void Main(string[] args)
        {
            var helloWorld = new HelloWorld();

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