Update 'Start.java'

This commit is contained in:
Matthis FAUVET 2023-04-28 20:22:06 +02:00
parent 601fde2f3a
commit 598df9ec7e

View File

@ -1,3 +1,9 @@
/**
* La class Attente inclu un KeyListener, cette classe a pour objectif d'attendre une entré sur la touche espace du clavier
* pour regarder le parcours qu'emprunte l'algorithme
* @version 1.1
* @author Matthis Fauvet
*/
public class Start {
public static void main(String[] args) {
FenetreInit une_fenetre = new FenetreInit();