Skip to content

Commit af8d7dd

Browse files
committed
bug fix (again)
1 parent fd6b7a9 commit af8d7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Content/Chapter-5-1-loops/for-loop/examples/example-numbers-from-1-to-100.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Write a program that **prints the numbers from 1 to 100**. The program does not
44

55
## Video: Numbers 1...100
66

7-
Watch the video lesson to learn how to print the numbers from 1 to 100 using a for-loop: [](https://youtu.be/pui8KxT_uPI).
7+
Watch the video lesson to learn how to print the numbers from 1 to 100 using a for-loop: [https://youtu.be/pui8KxT_uPI](https://youtu.be/pui8KxT_uPI).
88

99
## Hints and Guidelines
1010

0 commit comments

Comments
 (0)