pub fn getchar() -> Option<u8>
Reads a byte from the console, or returns None if no input is available.
None