Skip to content

Commit

Permalink
pattern 14
Browse files Browse the repository at this point in the history
  • Loading branch information
6736-shafi committed Oct 1, 2023
1 parent 9327f46 commit f752fb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
* *
* *
```
14.Triangle Star Pattern
14.Triangle Star Pattern
```
*
* *
Expand Down
2 changes: 1 addition & 1 deletion src/TriangleStarPattern/TriangleStarPattern.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static void main(String[] args) {
}
}

// Move to the next line for the next row
// Move to the next line for the next row this will addd new line in the pattern
System.out.println("");
}

Expand Down

0 comments on commit f752fb0

Please sign in to comment.