diff options
author | Igor <pashev.igor@gmail.com> | 2010-11-15 07:05:14 +0300 |
---|---|---|
committer | Igor <pashev.igor@gmail.com> | 2010-11-15 07:05:14 +0300 |
commit | 102577dfd2333846179e198c11c7f8b68f5da27f (patch) | |
tree | e2b3a1d010efef5dec8c11e158196e387f5788be | |
parent | 6914bc8af663014624a686e0c07fa1cf18458b65 (diff) | |
download | brainfuck-102577dfd2333846179e198c11c7f8b68f5da27f.tar.gz |
Arithmetic progression
-rw-r--r-- | arithm.bf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arithm.bf b/arithm.bf new file mode 100644 index 0000000..7525775 --- /dev/null +++ b/arithm.bf @@ -0,0 +1 @@ +,>,>,-[-<[->>+<<<+>]>>[-<<+>>]<]<<. |