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