Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1namespace ProjectReferencesTest; 2public static class Library 3{ 4 public static void Hello() 5 { 6 System.Console.WriteLine("Hello, World!"); 7 } 8}