value class OutThis class houses static methods for printing to the console.
println<T>(val: T) -> voidPrints the string representation of val to the console, followed by a newline.
print<T>(val: T) -> voidPrints the string representation of val to the console.