Last active
January 21, 2025 18:07
-
-
Save thomasjslone/46eab46ab3a1c9fd28d0cc865f002297 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a=1 ; b=2 ; 100.times{ puts (a+b).to_s ; a+=1; b+=1 } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment