this post was submitted on 17 Jun 2023
150 points (98.7% liked)

Programmer Humor

32192 readers
203 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 1 year ago (2 children)

System.out.println("Wow, so little amount of characters to print this!");

[–] [email protected] 7 points 1 year ago (1 children)

Or the slightly more readable brainfuck:

++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.

[–] [email protected] 2 points 1 year ago

Hey! Brainfuck is a fun puzzle language and nothing someone does at a job to do money per character. Would be funny if yes

[–] [email protected] 4 points 1 year ago (2 children)

std::cout << "Wow, so little amount of characters to print this!" << std::endl;

[–] [email protected] 5 points 1 year ago (1 children)
[–] [email protected] 6 points 1 year ago
[–] [email protected] 3 points 1 year ago

std::puts("Why do so many C++ programmers not use the right tool for the job?");