Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
c05a6e14150f81a8cb93d83af55582e05afc05ae
/
.
/
tools
/
build
/
feature
/
test-compile.c
blob: c54e6551ae4c54cd6e9f418e6e8ff97280444efd [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"Hello World!\n"
);
return
0
;
}