Skip to content

Commit 1c100ef

Browse files
author
Samuel Facchinello
committed
remove main
1 parent 909acdb commit 1c100ef

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/main/java/com/thealgorithms/strings/LetterCombinationsOfPhoneNumber.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,4 @@ private static List<String> generateCombinations(int[] numbers, int index, Strin
5353

5454
return combinations;
5555
}
56-
57-
/**
58-
* Main method for testing the letter combination generation.
59-
*
60-
* @param args command line arguments
61-
*/
62-
public static void main(String[] args) {
63-
int[] numbers = {2, 3, 4};
64-
List<String> combinations = getCombinations(numbers);
65-
combinations.forEach(System.out::println); // Print each combination
66-
}
6756
}

0 commit comments

Comments
 (0)