Nik Davis

Welcome!

package is.nikdav

fun hello(user: User) {
  println("Hello, $user!")
}