[ create a new paste ] login | about

shmup

Name:
Email:
Site/Blog: https://github.com/shmup
Location:
Default language:
Favorite languages:
About:

Saved pastes by shmup:

Python, pasted on Aug 25:
1
2
3
4
5
layout = """
~~~.....^^*.
~~~~...^^^..
~~~~~~..^^^^
~~~~~.....^^
...
view (38 lines, 6 lines of output)
Lua, pasted on Jan 7:
1
2
3
4
5
program = [[ >+++++++++[<++++++++>-]<.>+++++++[<++++>-]<+.+++++++..+++.[-
             ]>++++++++[<++++>-] <.>+++++++++++[<++++++++>-]<-.--------.+
             ++.------.--------.[-]>++++++++[<++++>- ]<+.[-]++++++++++.]]

p, counter, marker = 0, 1, 1
...
view (32 lines, 1 line of output)