Initial commit
This commit is contained in:
5
HelloWorldApp/Program.cs
Normal file
5
HelloWorldApp/Program.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
// See https://aka.ms/new-console-template for more information
|
||||
using HelloWorldApp;
|
||||
|
||||
var service = new HelloService();
|
||||
Console.WriteLine(service.GetGreeting());
|
||||
Reference in New Issue
Block a user