123124125126127128129130
public static void main(String[] args) { Hashtable config = ConfigReader.read_config(args); // load the graph Graph g = GraphConfigLoader.apply(config); MessagePrinter.Print(PrintStats(g)); }