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