cm0002@lemmy.world to Programmer Humor@programming.dev · 3 days agoThe difference between programmers and testersimagemessage-square42fedilinkarrow-up1909arrow-down17
arrow-up1902arrow-down1imageThe difference between programmers and testerscm0002@lemmy.world to Programmer Humor@programming.dev · 3 days agomessage-square42fedilink
minus-squareCodexArcanum@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up8·3 days agoimport birthday; let myAge1 = 4; let sisterAge1 = 2; let myAge2 = 44; let sisterAge2 = birthday.deriveAge(myAge1, sisterAge1, myAge2); print(sisterAge2); Any bugs should be reported upstream. Please open a tracking issue to sync changes with eventual upstream fixes.
import birthday; let myAge1 = 4; let sisterAge1 = 2; let myAge2 = 44; let sisterAge2 = birthday.deriveAge(myAge1, sisterAge1, myAge2); print(sisterAge2);
Any bugs should be reported upstream. Please open a tracking issue to sync changes with eventual upstream fixes.