Advertisement
RAUL-SUAREZ

tp3-program

Oct 25th, 2021
822
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //
  2. // Created by Julio Tentor <jtentor@fi.unju.edu.ar>
  3. //
  4.  
  5. public class Program {
  6.     public static void main(String[] args) {
  7.  
  8.         new CasoEjemplo_c().Run();
  9.     }
  10. }
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement