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