this post was submitted on 15 Aug 2023
30 points (94.1% liked)
Programmer Humor
32380 readers
1162 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Looks like it creates a few emoji printers in a vector, then prints them all. The output is all emoji, of course. The main function exits with a random return value just to be more quirky.
I'm not sure what the purpose of the ๐ function is. In main that first predicate is always true, so it prints the poop emoji. I don't know why it's behind an if.
Also, there's a copy-paste error on line 31. Wrong emoji is used.