blob: 8eb8eed4f2b38822e116de6380eb3c55fb9d4637 [file] [log] [blame]
/**
* Copyright (c) 2005, 2010, Werner Keil, Ikayzo 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 implementation
*/
package org.eclipse.uomo.business.money;
import static org.eclipse.uomo.core.impl.OutputHelper.println;
/**
* @author Werner Keil
*
*/
public class Calculations {
/**
* @param args
*/
public static void main(String[] args) {
println("Test");
}
}