Last active
November 18, 2019 19:36
-
-
Save anchietajunior/5690b7aae239d5dd012d9cb4d7e5c3ce 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
name = "Mary" | |
3.times do | |
prefix = "My name is" | |
p "#{prefix} #{name}" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment