Guest User

Untitled

a guest
Sep 17th, 2020
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. package teste;
  2.  
  3. public class Main {
  4.  
  5. public static void main(String[] args) {
  6. AddColaborador ad = new AddColaborador();
  7. ad.dados();
  8. Colaborador co = new Colaborador();
  9. System.out.println(": "+co.listar());
  10. }
  11.  
  12. }
  13.  
Add Comment
Please, Sign In to add comment