this post was submitted on 30 Dec 2024
656 points (98.7% liked)
Programmer Humor
19883 readers
130 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The first complete program I ever wrote was in Basic. It took an input number and rounded it to the 10s or 100s digit. I had learned just enough to get it running. It was using strings and a bunch of if statements, so it didn't work for more than 3 digit numbers. I didn't learn about modulo operations until later.
In all honesty, I'm still pretty proud of it, I was in 4th or 5th grade after all ๐. I've now been programming for 20+ years.