Skip to content

Instantly share code, notes, and snippets.

@nappa7878
nappa7878 / kuku.pde
Created December 2, 2012 06:28
九九ランダム表示(iPad PR0C0D1N6用)
/*****************************************
* 九九ランダム表示 (iPad PR0C0D1N6用)
* 横置き
* ボタンクリックで表示の切替
* Hiroyuki Nakano
* 2012.12.02
*****************************************/
String[] Quest = new String[81];
int[] Ans = new int[81];
int[] rS = new int[81];