1
0
Fork 0
pre-commit/testing/resources/dotnet_hooks_csproj_prefix_repo/Program.cs
Daniel Baumann 54d13e9018
Merging upstream version 2.21.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 21:35:37 +01:00

12 lines
190 B
C#

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