Module maze_rs::io[][src]

Expand description

This module provides IO functionality for the whole project.

Functions

reset the menu back to the original location so that the page does not scroll down

read in the command line arguments, skipping the first one (the program name)

Read in a non-negative integer from the console

print a message on standard output, with no newline

print a message on standard output, and quit immediately

print a message on standard output, with a newline