/* * Copyright (c) 2023 Emma Tebibyte * SPDX-License-Identifier: CC0 * * Bike is marked with CC0 1.0. To view a copy of this license, visit * . */ #include main() { printf("bike\n"); }