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