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