package com.packt.chapter4 fun square(k: Int) = k * k