mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-25 22:38:04 +02:00
2 lines
99 B
Java
2 lines
99 B
Java
ArrayList<String> l1 = new ArrayList<String>();
|
|
ArrayList<Integer> l2 = new ArrayList<Integer>();
|