ConsoleAdapter

interface ConsoleAdapter

Provides an adapter for a console.

Inheritors

Functions

Link copied to clipboard
abstract fun print(line: String)

Print a line to standard output.

Link copied to clipboard
abstract fun readln(): String

Read a line from standard input.