summaryrefslogtreecommitdiffstats
path: root/src/testshlibrary.d
blob: 13cbea988d59413dd0e8f9c633ba83f1247030db (plain)
1
2
3
4
5
6
7
8
9
module testshlibrary;

public static class HelloWorldSharedObjectFactory
{
	public static char[] getVersion()
	{
		return "Version:";
	}
}