Untitled
unknown
java
2 years ago
162 B
4
Indexable
package juego;
public class Main {
public static void main(String[] args) {
Ajedrez ajedrez = new Ajedrez();
ajedrez.Menu();
}
}Editor is loading...
Leave a Comment