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