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

7 lines
59 B
C

#include <stdio.h>
int main(void)
{
return puts("hi");
}