this post was submitted on 23 Jun 2023
458 points (97.7% liked)

Programmer Humor

32006 readers
264 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
[–] [email protected] 1 points 1 year ago (1 children)

For anyone wondering why the shakespearelang hello world does not work, it uses instead of ' in line 13. You can find correct code here: https://courses.cs.washington.edu/courses/cse142/20wi/exploration/hello

[–] greyhathero 1 points 1 year ago

Thanks for the correction!