view src/jungle/test/codesegment/practice/StartJungleCodeSegment.java @ 15:bf4a7f899c4e

add some files
author one
date Thu, 27 Jun 2013 21:10:10 +0900
parents
children d2436fd71c61
line wrap: on
line source

package jungle.test.codesegment.practice;

import alice.codesegment.CodeSegment;

public class StartJungleCodeSegment {
	
	public static void main(String[] args) {
		CodeSegmentJournal cs = new CodeSegmentJournal();
		
		
	}

}