Hamza
Int.multiplyByTwo() = this * 2 fun main() { val i = 2 println(i.multiplyByTwo()) // prints "4" }