Created
November 6, 2014 11:59
-
-
Save Zorgatone/d8e294a57a9cd4b06ed9 to your computer and use it in GitHub Desktop.
Brainfuck: Italian Hello World - prints "Hello" with CRLF line ending.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>>++++++++ | |
[ | |
<++++++++ | |
[ | |
<+<+ | |
>+>-- | |
] | |
>- | |
] | |
<<+++. C 67 | |
--- | |
[ | |
<+>- | |
] | |
<+ | |
[ | |
>+>+<<- | |
] | |
>++++++++. i 105 | |
>. a 97 | |
<++++++.> o 111 | |
[ | |
<->- | |
] | |
< | |
-. \r 13 (delete this line for unix LF or keep for DOS CRLF) | |
---. \n 10 |
More compressed version
+++++++++++++[>+++++>++++++++>+<<<-]>++.>+.--------.++++++++++++++.>.---.
Without CR
>+>+>+>++[>[->+++++<<+++>]<<]>.>>-----.--------.++++++++++++++.>>.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compressed version: