index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
tcg
/
alpha
/
hello-alpha.c
blob: 84e43b2fc4a254c82154c6b1168159e3c86578a3 (
plain
) (
blame
)
1
2
3
4
5
6
7
#include
<unistd.h>
int
main
(
void
)
{
write
(
1
,
"hello
\n
"
,
6
);
return
0
;
}