summary refs log tree commit diff
path: root/pkgs/test/dotnet/project-references/library/Library.cs
blob: a4af4a0fea2d503cb1cde68da23a19eb574ad524 (plain) (blame)
1
2
3
4
5
6
7
8
namespace ProjectReferencesTest;
public static class Library
{
    public static void Hello()
    {
        System.Console.WriteLine("Hello, World!");
    }
}