Simple brainf.ck interpreter written in C
More info (language, specifications) :
http://en.wikipedia.org/wiki/Brainfuck
http://esolangs.org/wiki/brainfuck
Enter instruction set :
make bf_interpreter && ./bf_interpreter
Instruction Set :
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
Output :
Hello World!