blob: f28309dca00a51124b10f6c671b4dcb334160f54 [file] [log] [blame]
fun sqr(arg: Int): Int {
return arg * arg
}