Generation

generate functionWed, 16 Nov 2022

function which takes in input and prints it to the console

def print(x: String): Unit = println(x) print("hello world")

Want to kickstart your project?Use the new AI Studio to create your code