/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /** * * @author hulata */ public class Most { public static void main(String[] args){ Most v = new Most(); v.start(); } private void start() { } }