view paper/source/StartCodeSegment.java @ 3:a97aa059242f

add images & sources
author Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp>
date Fri, 05 Feb 2016 21:00:41 +0900
parents
children
line wrap: on
line source

public class StartCodeSegment extends CodeSegment {

    @Override
    public void run() {
        new TestCodeSegment();

        int count = 0;
        ods.put("local", "cnt", count);
    }

}