Linux Foundation Collaborative Projects
index
:
virtio/qemu
master
Unnamed repository
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meson
/
test cases
/
wasm
/
1 basic
/
hello.c
blob: a104b3780ced73fc47285083819da8e98692ddc9 (
plain
)
1
2
3
4
5
6
7
#include
<stdio.h>
int
main
()
{
printf
(
"Hello World
\n
"
);
return
0
;
}