Expand description
This file includes some basic std::io functionality including outputting text as a typewriter effect and waiting for user input to continue.
Functionsยง
- press_
enter_ to_ continue - Waits for the user to press Enter to continue. Optionally clears the screen and reprints the banner.
- typewriter_
println - Prints the given text to the console with a typewriter effect, where each character is printed with a delay.