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
/
alpha
/
hello-alpha.c
blob: 79892e6522f3df13bfa048e21431953e54f08500 (
plain
) (
blame
)
1
2
3
4
5
int
main
(
void
)
{
write
(
1
,
"hello
\n
"
,
6
);
return
0
;
}