Advertisement
ADL_Rodrigo_Silva

Untitled

Dec 22nd, 2021
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.13 KB | None | 0 0
  1. /**
  2.  *
  3.  */
  4. package cl.adl.inter;
  5.  
  6. /**
  7.  * @author RS
  8.  *
  9.  */
  10. public interface Comer {
  11.    
  12.     public void aComer();
  13.    
  14.  
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement