Skip to content

Instantly share code, notes, and snippets.

@chermehdi
Created November 11, 2018 10:46
Show Gist options
  • Select an option

  • Save chermehdi/b2db0051de5270b776d94ea2d0c8f85d to your computer and use it in GitHub Desktop.

Select an option

Save chermehdi/b2db0051de5270b776d94ea2d0c8f85d to your computer and use it in GitHub Desktop.
public class DemoService {
public String demo(String value) {
return value + " is a demo";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment