brainfuck(2.7.3): input requires each char on new line
This commit is contained in:
parent
22018cbc9b
commit
d68a1d67c8
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Put instructions to run the runtime
|
# Put instructions to run the runtime
|
||||||
brainfuck $1
|
fold -w1 | brainfuck $1
|
||||||
|
|
Loading…
Reference in New Issue