Hello World in Kotlin
Every programming journey starts with Hello World. Let’s write our first Kotlin program.
The Code
Create a file named Hello.kt:
| |
Every programming journey starts with Hello World. Let’s write our first Kotlin program.
Create a file named Hello.kt:
| |
Kotlin’s type system is one of its defining features. It combines the safety of static typing with the convenience of type inference, so you rarely need to write explicit type annotations while …
Read more →Showing 1–2 of 2 posts (page 1 of 1)