Advertisement
jtentor

Stack (en Java) de Estructura de Datos - Demo.java

Sep 20th, 2020
1,546
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. //
  2. // Created by Julio Tentor <jtentor@fi.unju.edu.ar>
  3. //
  4.  
  5. public class Demo {
  6.     public static void main(String[] args) {
  7.  
  8.         (new Demo2()).Run();
  9.  
  10.     }
  11.  
  12.  
  13. }
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement