linux-zen-server/tools/build/feature/test-hello.c

8 lines
95 B
C
Raw Permalink Normal View History

2023-08-30 16:53:23 +01:00
// SPDX-License-Identifier: GPL-2.0
#include <stdio.h>
int main(void)
{
return puts("hi");
}