apl/APL2.1/TP9_Evenements(suite)/Ex2.java

7 lines
113 B
Java
Raw Permalink Normal View History

2022-01-14 06:54:18 +01:00
public class Ex2
{
public static void main(String[] args)
{
Playlist pl = new Playlist();
}
}