mud++0.26/etc/
mud++0.26/etc/guilds/
mud++0.26/log/
mud++0.26/mudC/
mud++0.26/player/
mud++0.26/src/unix/
// mudC++
// Test code.

void test()
{
	string s;
	s = "testing\n";
	out.print( s );
}

main()
{
	test();
}