Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. package oop;
  2.  
  3. public class Principal {
  4.  
  5. public static void main(String[] args) {
  6.  
  7. lista_de_exercicios p1 = new lista_de_exercicios();
  8.  
  9. }
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement