fun main() {
println(10.plusThree())
}
fun Int.plusThree(): Int {
return this + 3
}
/*
output : 13
*/
ZnVuIG1haW4oKSB7CiAgICBwcmludGxuKDEwLnBsdXNUaHJlZSgpKQp9CiAKZnVuIEludC5wbHVzVGhyZWUoKTogSW50IHsKICAgIHJldHVybiB0aGlzICsgMwp9CiAKLyoKICAgb3V0cHV0IDogMTMKKi8=