Guest User

Untitled

a guest
Jul 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. ## java type
  2. public interface Printer{
  3.  
  4. public void print(String s);
  5. }
  6.  
  7. #dream type?
Add Comment
Please, Sign In to add comment