// SPDX-FileCopyrightText: Peter Pentchev // 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;