pre-commit/testing/resources/dotnet_hooks_csproj_prefix_repo/Program.cs
2022-12-21 13:35:19 -05:00

12 lines
190 B
C#

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