"My Brain Hurts"

I found the source code to this strange program. What does it print out?

++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.
>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.

Enter the answer in all uppercase with any white space(s)


So it's a program... first things first you should find out the programming language... I happen to know and recognize it as the language "Brainfuck"

So you need a way to run the program, instead of downloading a compiler and running it, a quick google search for an online interpriter should send you to http://brainfuck.tk/

it's simply a case of pasting the code in, running it and viewing the output.

Awnser: