]> git.somenet.org - pub/jan/lsdc.git/blob - src/at/ac/tuwien/lsdc/SchedSimulator.java
added ant, removed mvn, added libs, reanamed classes & implemented a bit more
[pub/jan/lsdc.git] / src / at / ac / tuwien / lsdc / SchedSimulator.java
1 package at.ac.tuwien.lsdc;
2
3 import org.slf4j.Logger;
4 import org.slf4j.LoggerFactory;
5
6 /**
7  * Read config (command line properties) and start Scheduler-Simulation.
8  */
9 public class SchedSimulator {
10         private static final Logger log = LoggerFactory.getLogger(SchedSimulator.class);
11
12         public static void main(String[] args) throws Exception {
13                 log.info("Hello World!");
14         }
15 }