Created
July 17, 2018 13:56
-
-
Save ahmetabdi/9f6c84f8775f0f6a1c835b4059ec634c 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
Talker.say_hello(“Bob”) => “Hello, Bob!” | |
Talker.say_hello(“Jane”) => “Hi there, Jane!” | |
Talker.say_hello(“Ahmet”) => “Hi, Ahmet.” |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment