Sign in
◑
Theme
qemu-android
/
qemu-android
/
1b4f97d62e3b3d220130f1b0f59d43c042fddb89
/
.
/
tests
/
alpha
/
hello-alpha.c
blob: 79892e6522f3df13bfa048e21431953e54f08500 [
file
]
int
main
(
void
)
{
write
(
1
,
"hello\n"
,
6
);
return
0
;
}