this post was submitted on 17 Jun 2023
52 points (100.0% liked)

Programmer Humor

32061 readers
967 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
[–] ReakDuck@lemmy.ml 2 points 1 year ago (2 children)

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

[–] Eavolution@kbin.social 2 points 1 year ago (1 children)

Or the slightly more readable brainfuck:

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

[–] ReakDuck@lemmy.ml 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

[–] Grishaix@feddit.de 2 points 1 year ago (1 children)

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

[–] ElectronSoup@kbin.social 1 points 1 year ago

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