// - the name(s) of the files containing our rules
// - the fact object(s) containing the information to be passed in and out of our rules
// - a list of global values
new RuleRunner(new FileRuleLoader()).runStatelessRules( ruleSource , new ConsoleLogger());
//Look at the results
log.info("======= Results - shipping schedule =======");
log.info(candyBarOrder);