/* * Copyright 2023 Google LLC * * SPDX-License-Identifier: Apache-2.0 */ #include int main(void) { printf("Input sample started\n"); return 0; }