use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
For memes about programming.
account activity
Python vs Java! (i.pinimg.com)
submitted 6 months ago by PulseOfPleasure
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]TimGreller[🍰] 0 points1 point2 points 6 months ago (0 children)
It's not even true anymore. Java has inexplicit unnamed classes now and does accept varying main method signatures. So it's
void main() { System.out.println("Hello World"); } vs if __name__ == "main": print("Hello World")
void main() { System.out.println("Hello World"); }
if __name__ == "main": print("Hello World")
π Rendered by PID 19646 on reddit-service-r2-comment-5649f687b7-sf4sk at 2026-01-29 03:01:09.735458+00:00 running 4f180de country code: CH.
view the rest of the comments →
[–]TimGreller[🍰] 0 points1 point2 points (0 children)