Sign in
kernel
/
pub
/
scm
/
virt
/
qemu
/
amit
/
virtio-rng
/
refs/heads/stable-0.11
/
.
/
tests
/
alpha
/
hello-alpha.c
blob: 79892e6522f3df13bfa048e21431953e54f08500 [
file
] [
log
] [
blame
]
int
main
(
void
)
{
write
(
1
,
"hello\n"
,
6
);
return
0
;
}