RosettaCodeData/Task/Repeat-a-string/Brainf---/repeat-a-string.bf

10 lines
267 B
Brainfuck

+++++ +++++ init first as 10 counter
[-> +++++ +++++<] we add 10 to second each loopround
Now we want to loop 5 times to follow std
+++++
[-> ++++ . ----- -- . +++<] print h and a each loop
and a newline because I'm kind and it looks good
+++++ +++++ +++ . --- .