package oram; public class TestForest { public static void main(String[] args) { Forest forest = new Forest(); forest.print(); } }