Skip to content
Snippets Groups Projects
Commit b6a42563 authored by reeplay's avatar reeplay
Browse files

create playerName val

parent 60e58bc5
No related branches found
No related tags found
1 merge request!1인텔리제이, 변수 및 타입관련 코틀린 마크다운 그리고 실습 코틀린 파일
No preview for this file type
fun main() { fun main() {
val playerName: String = "에스트라곤"
var experiencePoints: Int = 5 var experiencePoints: Int = 5
experiencePoints += 5 experiencePoints += 5
println(playerName)
println(experiencePoints) println(experiencePoints)
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment