Skip to content

Commit e4caeb8

Browse files
authored
Draws different types of squares
1 parent fce0162 commit e4caeb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kwadraty01.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ int main() {
3030

3131
cout<<"\n x = "<<x<<"\n"<<" y = "<<y<<"\n\n";
3232

33-
for(int i = 0; i <= y; i++) { //kwadrat pe³ny
33+
for(int i = 0; i <= y; i++) { //kwadrat pelny
3434
for(int j = 0; j<= x; j++) {
3535
cout<<"X ";
3636
}

0 commit comments

Comments
 (0)