fun greet()

in utils/src/greetings.kt [1:3]


fun greet(name: String) {
    println("Hello, $name!")
}