This commit is contained in:
Leijurv
2023-03-15 22:41:42 -07:00
parent 200e68a1b9
commit fe808a5f83

View File

@@ -0,0 +1,7 @@
package com.github.leijurv;
public class Testing {
public static void main(String[] args) {
EulerTourForest.sanityCheck();
}
}