Crate better_input

Source

Functions§

readline
Reads a line from stdin() and returns up to max characters in a String.
readlines
Reads lines from stdin() until the maximum of characters is met. Do keep in mind that \n’s and on Windows \r’s too also count towards the charcter count.