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

7 lines
59 B
C
Executable File

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