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

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