pre-commit/testing/resources/dotnet_hooks_csproj_prefix_repo/Program.cs
2022-12-06 13:40:35 +00:00

12 lines
190 B
C#

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