Files
android_kernel_eebbk_sm6150/tools/build/feature/test-hello.c
T

7 lines
59 B
C

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