mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-08-01 18:49:39 +08:00
Refactor Code Style (#4151)
This commit is contained in:
@ -39,7 +39,7 @@ public class TrinomialTriangle {
|
||||
}
|
||||
}
|
||||
|
||||
public static void main(String argc[]) {
|
||||
public static void main(String[] argc) {
|
||||
int n = 6;
|
||||
printTrinomial(n);
|
||||
}
|
||||
|
Reference in New Issue
Block a user