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

class Program
{
    static void Main()
    {
        Baz.Print();
    }
}