import java.util.*; public class Driver { public static void main(String[] args) { WordSearch w = new WordSearch(10, 20); w.test(w); } }