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

public class Baz
{
    public static void Print()
    {
        Console.WriteLine("Baz");
    }
}