Cleanup unused imports (#3217)

This commit is contained in:
HManiac74
2022-08-17 07:30:15 +02:00
committed by GitHub
parent 05660dae92
commit e87e097f06
7 changed files with 0 additions and 12 deletions

View File

@ -36,8 +36,6 @@
*/
package com.thealgorithms.maths;
import java.util.*;
class DigitalRoot {
public static int digitalRoot(int n) {