summaryrefslogtreecommitdiffstats
path: root/third/Program.cs
blob: 1afea0dd036b32a57feaf65c667795d45d09f10d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
using System;

class Program
{
    static void Main()
    {
        Console.WriteLine("Third Project");
        Third.Other.Haiku();
    }
}