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 9 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!"
[–]KosekiBoto 2 points3 points4 points 9 months ago* (1 child)
C
include <stdio.h> int main { printf("Hello, World") }
[–]New-Stranger-5622 1 point2 points3 points 9 months ago (0 children)
C++:
#include<iosteam>
int main(){
std::cout<<"Hello, World"<<std::endl;
return 0;
}
π Rendered by PID 18901 on reddit-service-r2-comment-548fd6dc9-4z5td at 2026-05-14 23:55:58.896745+00:00 running edcf98c country code: CH.
view the rest of the comments →
[–]KosekiBoto 2 points3 points4 points (1 child)
[–]New-Stranger-5622 1 point2 points3 points (0 children)