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