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