@@ -6,17 +6,17 @@ The repository covers all the basic topics of programming languages. Try a new c
6
6
7
7
##### Index
8
8
9
- - [ Day 0 - Hello, World.] ( https://github.com/geekayush/30daysofcode/tree/master/ Day0-HelloWorld)
10
- - [ Day 1 - Data Types] ( https://github.com/geekayush/30daysofcode/tree/master/ Day1-DataTypes)
11
- - [ Day 2 - Operators] ( https://github.com/geekayush/30daysofcode/tree/master/ Day2-Operators)
12
- - [ Day 3 - Conditional Statements] ( https://github.com/geekayush/30daysofcode/tree/master/ Day3-ConditionalStatements)
13
- - [ Day 4 - Class vs. Instance] ( https://github.com/geekayush/30daysofcode/tree/master/ Day4-Class-Instance)
14
- - [ Day 5 - Loops] ( https://github.com/geekayush/30daysofcode/tree/master/ Day5-Loops)
15
- - [ Day 6 - Review] ( https://github.com/geekayush/30daysofcode/tree/master/ Day6-Review)
16
- - [ Day 7 - Arrays] ( https://github.com/geekayush/30daysofcode/tree/master/ Day7-Arrays)
17
- - [ Day 8 - Dictionaries&Maps] ( https://github.com/geekayush/30daysofcode/tree/master/ Day8-Dictionaries&Maps)
18
- - [ Day 9 - Recursion] ( https://github.com/geekayush/30daysofcode/tree/master/ Day9-Recursion)
19
- - [ Day 10 - Binary Numbers] ( https://github.com/geekayush/30daysofcode/tree/master/ Day10-BinaryNumbers)
9
+ - [ Day 0 - Hello, World.] ( ./ Day0-HelloWorld/README.md )
10
+ - [ Day 1 - Data Types] ( ./ Day1-DataTypes/README.md )
11
+ - [ Day 2 - Operators] ( ./ Day2-Operators/README.md )
12
+ - [ Day 3 - Conditional Statements] ( ./ Day3-ConditionalStatements/README.md )
13
+ - [ Day 4 - Class vs. Instance] ( ./ Day4-Class-Instance/README.md )
14
+ - [ Day 5 - Loops] ( ./ Day5-Loops/README.md )
15
+ - [ Day 6 - Review] ( ./ Day6-Review/README.md )
16
+ - [ Day 7 - Arrays] ( ./ Day7-Arrays/README.md )
17
+ - [ Day 8 - Dictionaries&Maps] ( ./ Day8-Dictionaries&Maps/README.md )
18
+ - [ Day 9 - Recursion] ( ./ Day9-Recursion/README.md )
19
+ - [ Day 10 - Binary Numbers] ( ./ Day10-BinaryNumbers/README.md )
20
20
21
21
##### How to contribute?
22
22
0 commit comments