Skip to content

Commit

Permalink
Update starpattern1.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ansiace authored Dec 30, 2024
1 parent acdf3bf commit dd598f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starpattern1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using namespace std;
int main() {

int i , j , n ;
cin>>n;
cin>>n; // input for rows and column

for ( int i = 1 ; i <= n ; i++ ){

Expand Down

0 comments on commit dd598f9

Please sign in to comment.