1 2 3 4 5 6 7 8 9
// SPDX-FileCopyrightText: Peter Pentchev <roam@ringlet.net> // SPDX-License-Identifier: BSD-2-Clause //! Test the Perl Weekly Challenge tasks. #![allow(clippy::print_stdout)] #![allow(clippy::panic_in_result_fn)] mod change; mod routes;