Constants in Kotlin
Go supports constants of character, string, boolean, and numeric values.
To run the program, put the code in Main.kt
and use the Kotlin compiler to execute it.
Now that we can run and build basic Kotlin programs, let’s learn more about the language.