Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 147 Bytes

examples.md

File metadata and controls

21 lines (17 loc) · 147 Bytes

Brainfuck

Multiply

++++++
>\
+++++++
<\


[>[->+>+<<]>[-<+>]<<-]\
>[-]>>[-<<<+>>>]<<<

Add

++++++++
>\
+++++++++

[-<+>]<