public class Main{ public static void main(String[] args) { MasterMind m = new MasterMind (); m.mastermind(4, 9, 10); } }