OsrsNeedsF2P@lemmy.ml to Programmer Humor@lemmy.ml · 1 year agoThis is not a meme, I was trying to find content for an OC /c/programmerhumor post and found thisi.imgur.comimagemessage-square21fedilinkarrow-up116arrow-down10
arrow-up116arrow-down1imageThis is not a meme, I was trying to find content for an OC /c/programmerhumor post and found thisi.imgur.comOsrsNeedsF2P@lemmy.ml to Programmer Humor@lemmy.ml · 1 year agomessage-square21fedilink
minus-squareReakDuck@lemmy.mllinkfedilinkarrow-up1·1 year agoSystem.out.println(“Wow, so little amount of characters to print this!”);
minus-squareGrishAix@feddit.delinkfedilinkarrow-up1·1 year agostd::cout << “Wow, so little amount of characters to print this!” << std::endl;
minus-squareElectronSoup@kbin.sociallinkfedilinkarrow-up1arrow-down1·1 year agostd::puts("Why do so many C++ programmers not use the right tool for the job?");
minus-squareEavolution@kbin.sociallinkfedilinkarrow-up1·1 year agoOr the slightly more readable brainfuck: ++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
minus-squareReakDuck@lemmy.mllinkfedilinkarrow-up1·1 year agoHey! Brainfuck is a fun puzzle language and nothing someone does at a job to do money per character. Would be funny if yes
System.out.println(“Wow, so little amount of characters to print this!”);
std::cout << “Wow, so little amount of characters to print this!” << std::endl;
std::puts("Why do so many C++ programmers not use the right tool for the job?");
Or the slightly more readable brainfuck:
++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
Hey! Brainfuck is a fun puzzle language and nothing someone does at a job to do money per character. Would be funny if yes