Skip to content

Instantly share code, notes, and snippets.

@thomasjslone
Last active January 21, 2025 18:07
Show Gist options
  • Save thomasjslone/46eab46ab3a1c9fd28d0cc865f002297 to your computer and use it in GitHub Desktop.
Save thomasjslone/46eab46ab3a1c9fd28d0cc865f002297 to your computer and use it in GitHub Desktop.
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