at master 8 lines 159 B view raw
1namespace ProjectReferencesTest; 2public static class Library 3{ 4 public static void Hello() 5 { 6 System.Console.WriteLine("Hello, World!"); 7 } 8}