Skip to content

Commit

Permalink
Bug fix: Cyrillic "о" to Latin "o"
Browse files Browse the repository at this point in the history
  • Loading branch information
nakov committed Jun 21, 2019
1 parent d01f774 commit a7fb311
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter-07-complex-loops.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

Да се напише програма, която отпечатва числата **от 1 до 2^n** (две на степен n). Например, **ако n = 10**, то резултатът ще е **1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024**.

![](/assets/chapter-7-1-images/03.Numbers-1--2^n-01.png)
![](/assets/chapter-7-1-images/03.Numbers-1-to-2^n-01.png)

#### Тестване в Judge системата

Expand Down

0 comments on commit a7fb311

Please sign in to comment.