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