fun hello(friend String) { console.log("Hi, \(friend)!")}hello("Hexa")
fun hello(friend String) {
console.log("Hi, \(friend)!")
}
hello("Hexa")