104
What are variables and semicolons for actually?
(programming.dev)
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.
Semicolons. Statement's can be written in multiple lines such as
rust io::stdin(&mut foo) .unwrap()
. Idk if it would work if the newlines were significant. Also when I paste something, it could be ready hard for the formatter to format it.