All the sources codes "Mindfuck"page 3
Java
July 12, 2014 am31 02:14
#130
return !finished || notFinished; // even horse can not understand this.
Java
July 06, 2014 am31 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);
}