Test Sean

This commit is contained in:
Sean Reich 2024-06-16 16:35:09 +02:00
parent 59c56802ed
commit ef74807e16

View File

@ -9,7 +9,7 @@ public class DirectedGraph<T extends VertexMarking, U extends EdgeMarking> exten
public DirectedGraph() {
super();
}
} //TestSean
public DirectedGraph(String s) {