7 lines
261 B
Clojure
7 lines
261 B
Clojure
|
|
brainfuck> (compile-and-run "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>." [])
|
||
|
|
{:ptr 4, :cells {4 10, 3 33, 2 100, 1 87, 0 0}}
|
||
|
|
[72 101 108 108 111 32 87 111 114 108 100 33 10]
|
||
|
|
Hello World!
|
||
|
|
|
||
|
|
nil
|