Notice: You have been identified as a bot, so no internal UID will be assigned to you. If you are a real person messing with your useragent, you should change it back to something normal.

Minichan

Topic: h  

Anonymous A started this discussion 14 years ago #17,261

#include <iostream>

using namespace std;

int main() {
for (int x = 0; x < 10; x++) {
cout << "h\n";
}
return 0;
}

vocalon !:3faggot joined in and replied with this 14 years ago, 8 minutes later[^] [v] #291,964

program hspam;
label h;
begin
h:
writeln('h');
goto h;
end.

(Edited 1 minute later.)

advi !!3gpAcg/hF joined in and replied with this 14 years ago, 3 hours later, 4 hours after the original post[^] [v] #292,048

echo -e "#include <stdio.h>\nmain()\n{\nprintf("h");\n}" >> h.c && gcc h.c && ./a.out

(Edited 23 seconds later.)

:

Please familiarise yourself with the rules and markup syntax before posting.