this post was submitted on 28 Jan 2025
12 points (100.0% liked)

Programmer Humor

23083 readers
1600 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] gazter@aussie.zone 0 points 3 months ago* (last edited 3 months ago) (1 children)

If I have four files, a.txt, A.txt, b.txt, and B.txt, in what order do they appear when I sort alphabetically?

edit: I don't understand why this was downvoted?

[–] Wildly_Utilize@infosec.pub 0 points 3 months ago (1 children)
[–] pankkake@lemmy.world 1 points 3 months ago* (last edited 3 months ago)

A computer will spit out A, B, a, b

See also: ASCII chart