/* * Main.java * * Created on neljapäev, 4. Oktoober 2007. a, 11:46 * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package hoiukassa; /** * * @author haldur */ public class Main { /** Creates a new instance of Main */ public Main() { } /** * @param args the command line arguments */ public static void main(String[] args) { // TODO code application logic here } }