1 2 3 4 5 6 7 8 9
module testshlibrary; public static class HelloWorldSharedObjectFactory { public static char[] getVersion() { return "Version:"; } }