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

change value of var

parent 8fc00db8
Branches
No related tags found
1 merge request!1인텔리제이, 변수 및 타입관련 코틀린 마크다운 그리고 실습 코틀린 파일
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
</component>
</project>
\ No newline at end of file
No preview for this file type
fun main() { fun main() {
var experiencePoints: Int = 5 var experiencePoints: Int = 5
experiencePoints += 5
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