5 lines
64 B
Java
5 lines
64 B
Java
|
public interface ObjetAleatoire
|
||
|
{
|
||
|
void lancer();
|
||
|
int lire();
|
||
|
}
|