/* * Copyright (c) 2023 DTB * Copyright (c) 2023 Emma Tebibyte * SPDX-License-Identifier: CC0 * * This work is marked with CC0 1.0. To view a copy of this license, visit * . */ use std::process::ExitCode; fn main() -> ExitCode { ExitCode::from(1) }