This is an old revision of the document!
Lab 1 - Kotlin
Objectives
Introduction to Kotlin
Data types
Control Flow
Functions
Extension
Tasks
All tasks will be solved in the Kotlin Playground.
When a task is done, please share it to the teacher using the Share button located on the left.
Write a Kotlin application that displays your name.
Write a Kotlin function that computes the factorial for n.
Modify the previous function in such a way that you don't have to declare its return type.