pre-commit/testing/resources/dotnet_hooks_combo_repo/proj2/Program.cs
2022-04-07 15:14:18 +01:00

12 lines
175 B
C#

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