Welcome to the Kotlin Programming Language Course at the Faculty of Sciences, Novi Sad!
This project contains a set of exercises designed to help you learn Kotlin programming concepts. Each exercise is provided with instructions and corresponding Kotlin files where you can implement your solutions.
- Open IntelliJ IDEA.
- Go to
File>New>Project from Version Control>Git. - In the
URLfield, enter the URL of the GitHub repository: https://github.com/vuksa/kotlin-programming-language-course.git - Click
Cloneto clone the repository to your local machine.