Below could be the weirdest “Hello World!” program that you have seen:
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
It is written in “Brainfck”. The brainfck language is an esoteric programming language noted for its extreme minimalism. It was designed to challenge and amuse programmers, and is not suitable for practical use. The brainfck language itself is turing-complete and has only 8 commands.
MOHIT [ mohityadav.07@gmail.com]
2 comments:
cn i have the tutorial of brainfck
You can learn a lot about the language here : http://en.wikipedia.org/wiki/Brainfuck
Post a Comment