All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mmarquee.demo.TreeWalker Maven / Gradle / Ivy

There is a newer version: 0.7.0
Show newest version
package mmarquee.demo;

/**
 * @author Mark Humphreys
 * Date 02/02/2017.
 */
public class TreeWalker {
    /**
     * Demo the tree walker.
     * @param args Command line arguments.
     */
    public static void main(final String[] args) {
        DemoTreeWalker main = new DemoTreeWalker();

        main.run();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy