- 1
What is wrong with kotlin?
In the beginning of the kotlin course i am writing fun main ... println("kotlin is great")and they keep telling me that there is a mistake.I am writing it similar to the solution .
4 odpowiedzi
+ 8
println("Kotlin is great") // First letter Capital
+ 3
Share a link to the code in your post's Description so people can review it and help you get through
https://www.sololearn.com/post/75089/?ref=app
+ 2
Coder
Read this statement again and check you are writing samething or not.
Create a program to output the text "Kotlin is great" to the screen.
+ 1
Thank you guys!