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")

Questions about programming?Chat with your personal AI assistant