Name: Anonymous 2018-08-28 11:28
Why do websights ask me to allow notifications? I have no idea how I ended up on this site, I don't want your popups????? How hard is it to check the reffferrer.
public void anusHaxNotifier(Anus anusObject) {
public boolean notHaxedYet = true;
public boolean haxedStatus = !notHaxedYet;
//umm, private access modifiers? what's the matter, got something to hide, sweetie?
while (notHaxedYet) {
haxedStatus = anusObject.getHaxedStatus(); //accessor method in the Anus class
if (haxedStatus == true) {
System.out.println("The anus has been haxed at" + java.time.Clock.systemUTC().instant());
notHaxedYet = false;
}
TimeUnit.SECONDS.sleep(1); //good night
}
}