view src/alice/test/dpp/codesegment/philosophy/DPPTestAlice.java @ 23:da62aa1f4d87

hg rename codesegment package
author one
date Mon, 10 Dec 2012 00:22:41 +0900
parents src/alice/test/dpp/codesegment/DPPTestAlice.java@fd370b35fac1
children
line wrap: on
line source

package alice.test.dpp.codesegment.philosophy;

public class DPPTestAlice {

	public static void main(String[] args) {
		System.out.println("Start DPPTestAlice");
		new StartCodeSegment().execute();
	}
}