package madkitoptions.ex3_MadkitOptions;

import madkit.kernel.Agent;
import madkit.kernel.Madkit;
import madkit.kernel.Madkit.Option;

/**
 * With the configFile option you can specify a property file that MaDKit will load on startup.
 * The configuration file of this example just contains one line: " test=23 "
 * If you want extra detail about MaDKit properties, check out the dedicated tutorial.
 * 
 *