discovery/Program.cs
GitLab 561881c9aa Initialized from '.NET Core' project template
Template repository: https://gitlab.com/gitlab-org/project-templates/dotnetcore
Commit SHA: ca0b160689347a01246188a7042e2562103d1b5c
2023-11-02 17:47:48 +01:00

12 lines
180 B
C#

using System;
namespace dotnetcore
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}