package repl;
import static org.junit.Assert.*;
import org.junit.Test;
public class ReplTest {
public static void main(String[]arg)throws Throwable{
ReplGui.main(arg);
}
/*@Test
public void test() throws Throwable {
ReplGui.main(null);
this.wait(10000);
}*/
}