static void Main(string[] args) { var greeting = new HelloWorld(); greeting.Greeting("pesho", DateTime.Now); }
public static void Test() { var greeting = new HelloWorld(); greeting.Greeting("pesho", dateInTwelveAClock); }
static void Main(string[] args) { var helloWorld = new HelloWorld(); Console.WriteLine(helloWorld.Greeting("Viktor", DateTime.Now)); }
static void Main(string[] args) { HelloWorld helloWorld = new HelloWorld(); helloWorld.Greeting("Nikolay"); }
static void Main(string[] args) { var helloWorld = new HelloWorld(); Console.WriteLine(helloWorld.Greeting("Oplionghinorkidaht", DateTime.Now)); }