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

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