We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87796a1 commit ac44529Copy full SHA for ac44529
README.md
@@ -41,6 +41,25 @@ https://www.codecademy.com/learn/learn-kotlin
41
## 2. Data Types & Variables ##
42
43
- [x] [`MathMagic.kt`](2-data-types-variables/Math-Magic/MathMagic.kt)
44
+- [x] [`MadLibs.kt`](2-data-types-variables/MadLibs.kt)
45
+
46
+## 3. Conditional Expressions ##
47
48
+- [x] [`Quiz.kt`](3-conditional-expressions/Quiz.kt)
49
50
51
+## 4. Collections ##
52
53
+- [x] [`Sanctuary.kt`](4-collections/Sanctuary.kt)
54
55
+## 5. Loops ##
56
57
+- [x] [`Shapes.kt`](5-loops/Shapes.kt)
58
59
60
+## 6. Functions ##
61
62
+- [x] [`ListFunctions.kt`](6-functions/ListFunctions.kt)
63
64
---
65
0 commit comments