Created
March 21, 2017 18:01
-
-
Save mikebroberts/f9bfc834bbee272538d3055bd9dffb9a 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
public String handler(String s) { | |
return "Hello, " + s; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment