Skip to content

Instantly share code, notes, and snippets.

@rinp
rinp / AlgorithmOne
Last active November 7, 2016 12:16 — forked from naka-Eff/AlgorithmOne
simply
package naka;
import java.util.Random;
/**
* Created by rinp on 2016/11/07.
*/
public class AlgorithmOne {
private static AlgorithmOne algo = new AlgorithmOne();
Condition wolf = Condition.LEFT_FIELD;