We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426a317 commit 38c7e4bCopy full SHA for 38c7e4b
src/Tumgad.java
@@ -262,6 +262,7 @@ private static void gerneratePrimAlg() {
262
try { // Incredibly ugly, only until we figure out the bug
263
Prim.generateExercise();
264
} catch (IndexOutOfBoundsException e) {
265
+ System.out.println("Error generating prim");
266
gerneratePrimAlg();
267
}
268
0 commit comments