mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-10 20:25:34 -08:00
get_pattern now checks the size of the input to prevent out of bounds writes., and converts String to Vec<char> immediately. Refactors: changed function names, ran rust-fmt, improved some comments