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