Guest User

Untitled

a guest
Dec 13th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. public class Main {
  2.  
  3.     /**
  4.      * @param args
  5.      */
  6.     public static void main(String[] args) {
  7.         int n = 5;
  8.         Test<Integer> t =  new Test<Integer>();
  9.         t.push(n);
  10.     }
  11. }
Add Comment
Please, Sign In to add comment