Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. public class Solution implements abcInterface {
  2.  
  3. ArrayList<abcInterface> howLoL ;
  4.  
  5.  
  6. public static void main(String[] args) throws Exception {
  7.  
  8. }
  9.  
  10.  
  11.  
  12. }
  13.  
  14. interface abcInterface {
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement