Guest User

Untitled

a guest
Feb 20th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. public class HelloSpeaker implements IHello {
  2. public void hello(String name) {
  3. System.out.println("Hello, " + name);
  4. }
  5. }
Add Comment
Please, Sign In to add comment