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