4 lines
172 B
Brainfuck
4 lines
172 B
Brainfuck
> Keep cell 0 at 0 as a sentinel value
|
|
,[>,] Read into successive cells until EOF
|
|
<[<] Go all the way back to the beginning
|
|
>[.>] Print successive cells while nonzero
|