Last active
July 17, 2016 22:23
-
-
Save joshuarubin/0943e553d22f3b70a5285ddf3c6ec82a to your computer and use it in GitHub Desktop.
hodor3
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
func process(text string) string { | |
return strings.Replace(text, "hodor", "hold the door", -1) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment