示例#1
0
 public static void main(String[] args) throws Exception {
   Gobang gb = new Gobang();
   gb.init();
 }