summaryrefslogtreecommitdiffstats
path: root/testing/resources/dotnet_hooks_csproj_repo/Program.cs
blob: 1456e8ef2563e2ab813bdb053255a96ce2a38194 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using System;

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