#include <iostream> using namespace std; int main() { for (int x = 0; x < 10; x++) { cout << "h\n"; } return 0; }
program hspam; label h; begin h: writeln('h'); goto h; end.
(Edited 1 minute later.)
(Edited 23 seconds later.)
Please familiarise yourself with the rules and markup syntax before posting.