rustlings
rustlings copied to clipboard
chore(box1): moved main to tests module in order to print its content
Moved fn main() to inside mod tests in order to print its content when running tests.