This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package net.insxnity.genrannum; | |
import java.util.Arrays; | |
import java.util.Random; | |
public class GenRanNum { | |
/* public static void main(String[] args) { | |
// Using the method of a separate main class allows you to configure multiple bots, | |
// And additionally, to pass any needed arguments to each bot | |
JBotLibTest jBotLibTestBotObject = new JBotLibTest(); |