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