6 lines
165 B
C#
6 lines
165 B
C#
// See https://aka.ms/new-console-template for more information
|
|
using HelloWorldApp;
|
|
|
|
var service = new HelloService();
|
|
Console.WriteLine(service.GetGreeting());
|