Skip to content

Instantly share code, notes, and snippets.

package mtkdQuestOne;
import java.util.Random;
public class start {
private static final int FOUR = 4;
private static final String zun = "ズン";
private static final String doko = "ドコ";
public static void main(String[] args) {
package algorithm.one;
public class start {
public static void main(String[] args) {
AlgorithmOne access = AlgorithmOne.getInstance();
// 全て渡りきるまで処理は続く
while (access.allNotThree()) {
// 右に進む場合