Files
dotnet-nix-testing/console/Program.cs
2025-11-11 11:27:13 +01:00

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());