Skip to content

Instantly share code, notes, and snippets.

@raj-rajaratnam
Created December 6, 2014 18:13
Show Gist options
  • Save raj-rajaratnam/c52409ada4fcb0f95428 to your computer and use it in GitHub Desktop.
Save raj-rajaratnam/c52409ada4fcb0f95428 to your computer and use it in GitHub Desktop.
public class HelloService {
public String sayHello(String name) {
System.out.println("Hello " + name);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment