view src/jungle/test/codesegment/practice/StartJungleCodeSegment.java @ 16:d2436fd71c61

modifidy TestCodeSegment
author one
date Fri, 28 Jun 2013 12:24:35 +0900
parents bf4a7f899c4e
children c767e7af4d88
line wrap: on
line source

package jungle.test.codesegment.practice;

import jp.ac.u_ryukyu.ie.cr.shoshi.jungle.JungleTree;
import alice.codesegment.CodeSegment;

public class StartJungleCodeSegment {
	
	public static void main(String[] args) {
		JungleManager jm = new JungleManager();
		JungleTree tree = jm.createTree("tree");
		
		
		
	}

}