Files
dotnet-nix-testing/console/Program.cs

6 lines
159 B
C#
Raw Normal View History

2025-11-11 11:27:13 +01:00
using Groomgy.HelloWorld;
// See https://aka.ms/new-console-template for more information
var svc = new HelloWorldService();
Console.WriteLine(svc.Say());