Now all common console IO functions available from the prelude are available through the `Control.App.Console` interface. Added: - putChar - getChar - getCharLn - print - printLn Renamed: - getStr to getLine