Another try. Well, why not?

fun printHi(name: String) {
  println("Hi, $name")
}
Hi, Anurag