blob: 8321cc74140f5545639697f24acdde6dacf36c79 [file] [log] [blame]
/*
* Copyright 2023 Google LLC
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdio.h>
int main(void)
{
printf("Input sample started\n");
return 0;
}