view src/aquarium/test/local/TestLocalFish.java @ 5:1245abe6625f

add TEST Class
author e095732
date Mon, 28 Jan 2013 00:25:01 +0900
parents
children
line wrap: on
line source

package aquarium.test.local;

public class TestLocalFish {
	public static void main(String args[]) {
		new StartCodeSegment().execute();
	}
	
}