mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-25 21:44:07 +08:00
Refactor Code Style (#4151)
This commit is contained in:
@ -44,7 +44,7 @@ public class LetterCombinationsOfPhoneNumber {
|
||||
|
||||
// Driver code
|
||||
public static void main(String[] args) {
|
||||
int number[] = { 2, 3, 4 };
|
||||
int[] number = { 2, 3, 4 };
|
||||
printWords(number);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user