>DansTonCode();

Tous les codes sources "Mindfuck"page 3

Java
 12 July, 2014 à 02:14
#130
return !finished || notFinished; // even horse can not understand this.
Java
  6 July, 2014 à 06:06
#195
boolean isTrue(boolean b) {
        HashMap map = new HashMap();
        b = ! !b;
        if (!(!(b == !b)) == false) {
            map.put(false, !(!(b != !b)));
        }
        return !map.containsKey(b) & (!true | !false);
    }