6 lines
159 B
C#
6 lines
159 B
C#
using Groomgy.HelloWorld;
|
|
|
|
// See https://aka.ms/new-console-template for more information
|
|
var svc = new HelloWorldService();
|
|
Console.WriteLine(svc.Say());
|