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