blob: fb148c2a8e6625f52fd6bd401907eafd5f96bbde [file] [log] [blame]
/**
* Copyright (c) 2005, 2020, Werner Keil and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Werner Keil - initial API and implementation
*/
package org.eclipse.uomo.examples.icu.console;
//Constants (Java 5 static import)
//import static org.eclipse.uomo.icu
/**
* @author Werner Keil
* @version 0.9.8, $Date: 2013-05-20 $
*/
public class ICUDemo {
/**
* @param args
* The application arguments if required.
*/
@SuppressWarnings({ "unchecked", "rawtypes" })
public static void main(String[] args) {
System.out.println("");
// System.out.println(money.getCurrency());
}
}