brainfuck(2.7.3): input requires each char on new line

This commit is contained in:
Thomas 2021-06-07 21:32:44 +12:00 committed by GitHub
parent 22018cbc9b
commit d68a1d67c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
# Put instructions to run the runtime
brainfuck $1
fold -w1 | brainfuck $1