module testlibrary; public static class HelloWorldFactory { public static char[] getName() { return "Hello World"; } }