class FastTest { public static void main(String[] args) { FastSpell word = new FastSpell(args[0]); System.out.println("Cost: " + word.spell(args[1])); } }