Skip to content

Instantly share code, notes, and snippets.

@mikebroberts
Created March 21, 2017 18:01
Show Gist options
  • Save mikebroberts/f9bfc834bbee272538d3055bd9dffb9a to your computer and use it in GitHub Desktop.
Save mikebroberts/f9bfc834bbee272538d3055bd9dffb9a to your computer and use it in GitHub Desktop.
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