Skip to content
Open

Done #43

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion say_hello.rb
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# Build your say_hello method here
# I call on the method, say_hello, and give it the string "Gabriela"
def say_hello("Gabriela")

# The method prints this text to the screen:
Hello Gabriela!
end