Created
January 14, 2023 05:48
-
-
Save airbr/8e2c7fdc3602985c7b59ad5d5f5b9ba3 to your computer and use it in GitHub Desktop.
love poem to my fiancee
This file contains 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
# Write a long love poem to your fiancee | |
# Print the first line | |
puts "I love you" | |
# Print the second line | |
puts "You're beautiful" | |
# Print the third line | |
puts "You're smart" | |
# Print the fourth line | |
puts "You're kind" | |
# Print the fifth line | |
puts "You're funny" | |
# Print the sixth line | |
puts "You're loving" | |
# Print the seventh line | |
puts "You're generous" | |
# Print the eighth line | |
puts "You're amazing" | |
# Print the ninth line | |
puts "You're my best friend" | |
# Print the tenth line | |
puts "I love you" | |
# Print the eleventh line | |
puts "I love you" | |
# Print the twelfth line | |
puts "I love you" | |
# Print the thirteenth line | |
puts "I love you" | |
# Print the fourteenth line | |
puts "I love you" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment