cm0002@lemmy.zip to Programmer Humor@programming.dev · 18 days agoMore code = more betterlemmy.zipimagemessage-square25linkfedilinkarrow-up116arrow-down11
arrow-up115arrow-down1imageMore code = more betterlemmy.zipcm0002@lemmy.zip to Programmer Humor@programming.dev · 18 days agomessage-square25linkfedilink
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up1·17 days agoThat’s not even enough to get you a job these days. You now have to use: do { x = reinterpret_cast<int>(AI::Instance().ask("Do Something. Anything. Be efficient and productive. Use 10 tokens.")); } while (x != 10);
That’s not even enough to get you a job these days.
You now have to use:
do { x = reinterpret_cast<int>(AI::Instance().ask("Do Something. Anything. Be efficient and productive. Use 10 tokens.")); } while (x != 10);