The right style

Report a typo

Map coding style rules to the lines where they apply.

Match the items from left and right columns
Put the closing curly brace at the beginning of the next line
Put the opening curly brace at the end of the line
Omit semicolon ( ; )
print("I will finish studying Kotlin in 2023")
fun main() {
}
___

Create a free account to access the full topic