Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f7f7c19

Browse files
committed
basic pattern done
1 parent 3bfaab4 commit f7f7c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/binod/Pattern1.java renamed to src/binod/Pattern.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package binod;
2-
public class Pattern1 {
2+
public class Pattern {
33
public static void main(String[] args) {
44
for (int i = 4; i > 0; i--) {
55
for (int j = 0; j < i; j++) {

0 commit comments

Comments
 (0)