/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package coingame; /** * * @author lubo */ public class CoinGame { /** * @param args the command line arguments */ public static void main(String[] args) { Coin c= new Coin(); System.out.println(c); } }