@OsrsNeedsF2P@lemmy.ml to Programmer Humor@lemmy.ml • 2 years agoThis is not a meme, I was trying to find content for an OC /c/programmerhumor post and found thisi.imgur.comimagemessage-square36fedilinkarrow-up127arrow-down10
arrow-up127arrow-down1imageThis is not a meme, I was trying to find content for an OC /c/programmerhumor post and found thisi.imgur.com@OsrsNeedsF2P@lemmy.ml to Programmer Humor@lemmy.ml • 2 years agomessage-square36fedilink
minus-square@ReakDuck@lemmy.mllinkfedilink1•2 years agoSystem.out.println(“Wow, so little amount of characters to print this!”);
minus-squareGrishAixlinkfedilink1•2 years agostd::cout << “Wow, so little amount of characters to print this!” << std::endl;
minus-squareElectronSouplinkfedilink0•2 years agostd::puts("Why do so many C++ programmers not use the right tool for the job?");
minus-squareEavolutionlinkfedilink1•2 years agoOr the slightly more readable brainfuck: ++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
minus-square@ReakDuck@lemmy.mllinkfedilink1•2 years 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