utils.sacha.mains.RepairLoop1 Maven / Gradle / Ivy
The newest version!
package utils.sacha.mains;
/** Is a basic example on how having the repair loop modification -> test suite (TODO Matias) */
public class RepairLoop1 {
public static void main(String[] args) {
throw new UnsupportedOperationException();
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy