mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +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