Output

data class Output(val data: List<String>, val theAnswer: Int) : DataContent

Constructors

Link copied to clipboard
constructor(data: List<String>, theAnswer: Int)

Properties

Link copied to clipboard
Link copied to clipboard