Skip to content

Instantly share code, notes, and snippets.

@inascime
Created July 4, 2022 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inascime/67cbf3f9cb0feca50d400cc329a9a9bb to your computer and use it in GitHub Desktop.
Save inascime/67cbf3f9cb0feca50d400cc329a9a9bb to your computer and use it in GitHub Desktop.
a = "Hello World"
b = "Hi my name is Bob!"
c = " "
d = ""
for i in a,b,c,d do
puts i.length
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment