Advertisement
jtentor

Queue (en Java) de Estructura de Datos - Program.java

Oct 6th, 2020
2,203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.18 KB | None | 0 0
  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