Skip to content

Commit f692ae6

Browse files
Description is added
1 parent f1e0826 commit f692ae6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Pattern/StarPattern/DiamondPattern.java

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,15 @@ public static void main(String[] args) {
2727
}
2828
}
2929
}
30+
31+
32+
// OUTPUT:
33+
// *
34+
// * *
35+
// * * *
36+
// * * * *
37+
// * * * * *
38+
// * * * *
39+
// * * *
40+
// * *
41+
// *

0 commit comments

Comments
 (0)