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