RosettaCodeData/Task/Hello-world-Text/Brainf---/hello-world-text-1.bf
2026-04-30 12:34:36 -04:00

50 lines
412 B
Brainfuck

+++++ +++++ First cell 10 (its a counter and we will be "multiplying")
[
>+ 10 times 1 is 10
>+++ 10 times 3 is 30
>++++ etc etc
>+++++ ++
>+++++ +++
>+++++ ++++
>+++++ +++++
>+++++ ++++++
>+++++ +++++++
<<<<<<<<< - go back to counter and subtract 1
]
printing H
>>>> ++ .
e
>>>+.
l twice
+++++++..
o
>+.
SPACE
<<<<<<++.
w
>>>>>>>-.
o
<.
r
+++.
l
<.
d
--------.
!
<<<<<+.
CRLF
< +++ . --- .