HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · 24 hours agoI have a 64-bit genderlemmy.mlimagemessage-square30fedilinkarrow-up1258cross-posted to: programmerhumor@lemmy.ml
arrow-up1258imageI have a 64-bit genderlemmy.mlHiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · 24 hours agomessage-square30fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarespongebue@lemmy.worldlinkfedilinkarrow-up9·17 hours agopublic boolean isMale() { return !isFemale(); } public boolean isFemale() { return !isMale(); }
minus-square__nobodynowhere@startrek.websitelinkfedilinkEnglisharrow-up4·12 hours agoStackOverflowException was unhanded
public boolean isMale() { return !isFemale(); } public boolean isFemale() { return !isMale(); }
StackOverflowException was unhanded