`Day2` - Function basics (declaration, giving main...
# 100daysofkotlin-2021
j
Day2
• Function basics (declaration, giving main arguments • Using Java libraries (ex. Random, Calendar), Reading Lines • Interesting that everything in kotlin is an expression, with a value • Had some time getting used to IntelliJ IDEA (shortcuts etc.)
Self-Comment
• Easy part today. • Didn’t spend much time on Kotlin today. (Spent most of today on algorithm problem solving with python)
Goals Tomorrow
• Finish Lecture 3(Functions) and move on to Classes
🔥 2
b
You did algorithms today and called it the "easy part" 😱
j
Lol did algorithm stuff with python, not kotlin 👻👻👻 Algorithm is always difficult, especially when considering efficiency...