Entry 296

HelloWorld

   

Submitted by anonymous on April 19, 2007 at 12:47 p.m.
Language: Brainfuck. Code size: 674 bytes.

++++++++++
[>+++++++>++++++++++>+++>+<<<<-] The initial loop to set up useful values in the array
>++.                             Print 'H'
>+.                              Print 'e'
+++++++.                         Print 'l'
.                                Print 'l'
+++.                             Print 'o'
>++.                             Print ' '
<<+++++++++++++++.               Print 'W'
>.                               Print 'o'
+++.                             Print 'r'
------.                          Print 'l'
--------.                        Print 'd'
>+.                              Print '!'
>.                               Print newline

This snippet took 0.00 seconds to highlight.

Back to the Entry List or Home.

Delete this entry (admin only).