| Paste number 43427: | My stunning programming from class |
| Pasted by: | jaron |
| When: | 2 years, 1 week ago |
| Share: | Tweet this! | http://paste.lisp.org/+XIB |
| Channel: | #code4lib |
| Paste contents: |
#!/usr/bin/ruby -w y = 0 for x in (1..1_000_000_000_000) puts x y += x end puts y
This paste has no annotations.