CCB Premier Import
This commit is contained in:
8
04-SOURCES/DessinResolutionAppel.java
Normal file
8
04-SOURCES/DessinResolutionAppel.java
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
public class DessinResolutionAppel {
|
||||
public static void main (String args[]) {
|
||||
Forme f ;
|
||||
f = new Cercle();
|
||||
f.afficher();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user