creation de la classe Label

This commit is contained in:
knzrd 2025-05-20 09:58:22 +02:00
parent 50c23d6209
commit e13d57115b

View file

@ -0,0 +1,5 @@
package org.insa.graphs.algorithm.shortestpath;
public class Label {
}