gist: 86 Download_button fork
public
Public Clone URL: git://gist.github.com/86.git
Brainfuck
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
++++++++++
[
>+++++++>++++++++++>+++>+<<<<-
] this loop set the next four cells to 70/100/30/10
>++. print 'H'
>+. print 'e'
+++++++. 'l'
. 'l'
+++. 'o'
>++. space
<<+++++++++++++++. 'W'
>. 'o'
+++. 'r'
------. 'l'
--------. 'd'
>+. '!'
>. newline

Owner

adelcambre

Revisions