pre-commit/testing/resources/dotnet_hooks_combo_repo/proj2/Program.cs
2022-04-07 13:16:56 -04:00

12 lines
175 B
C#

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