this post was submitted on 16 Aug 2023
567 points (96.9% liked)

Programmer Humor

32000 readers
1744 users here now

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

Rules:

founded 5 years ago
MODERATORS
 

When you come back from vacation
@programmerhumor

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago
void HelloWorld(void (* func)(const char*)) {
    func("Hello world!");
}