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

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