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