Kotlin
Hello World in Kotlin
fun main() {
println("Hello, World!")
}Style guide
Variables
Data Types

Declaration

Comments
Functions

Function declaration

Declaring a function with a return type

The Unit type
Store a function in a var
Function with parameter(s)

Function with default arguments
Resources
Last updated


