depot/third_party/nixpkgs/pkgs/test/dotnet/project-references/library/Library.cs

8 lines
159 B
C#

namespace ProjectReferencesTest;
public static class Library
{
public static void Hello()
{
System.Console.WriteLine("Hello, World!");
}
}