this post was submitted on 09 Feb 2026
63 points (92.0% liked)

Programmer Humor

29658 readers
1037 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

Alt text:

Transcendence meme template

function main() {...}

int main() {...}

void main() {...}

U0 main() {...}

/* HolyC example */
U0 Main()
{
 U8 *message = "hello world";
 "%s\n",message;
}
Main;
you are viewing a single comment's thread
view the rest of the comments
[–] themoken@startrek.website 4 points 1 day ago (2 children)

Okay, U8, sure, but a boolean is U0? Surely U1 if you absolutely must...

[–] jh29a@lemmy.blahaj.zone 24 points 1 day ago

well I'd assume U0 is the void type. since it contains no data

[–] Quetzalcutlass@lemmy.world 13 points 1 day ago (1 children)

I think it's equivalent to void, not a boolean.

[–] themoken@startrek.website 3 points 1 day ago (1 children)

Oh, that makes more sense, but then "unsigned" void?

[–] Kacarott@aussie.zone 13 points 1 day ago

Tbf, unsigned void makes more sense than signed void