BrainFuck Programs
Add 2 numbers
,>,<[->>+<<]>[->+<]>.input value 1
,>,< input
.>.< check values
Add value 1 to ans
[->>+<<] increase ans
> next value
Add value 2 to ans
[->+<] increase ans
>. read ans
,>,<[->>+<<]>[->+<]>.input value 1
,>,< input
.>.< check values
Add value 1 to ans
[->>+<<] increase ans
> next value
Add value 2 to ans
[->+<] increase ans
>. read ans