/** * */ package de.fhswf.in.inf.java1.aufgabe7; /** * TODO Add comment here * * @author $Author: $ * @version $Revision: $, $Date: $ UTC */ public final class Simulation { /** * TODO Add constructor comment here * */ private Simulation() { // TODO Auto-generated constructor stub } /** * TODO Add method comment here * * @param args * Command line arguments */ public static void main(String[] args) { // TODO Auto-generated method stub } }