index
:
meson
debian
progress-linux
upstream
debian 11 backports: hardware (libnvme, nvme-cli)
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test cases
/
wasm
/
1 basic
/
hello.c
blob: 232880377953432832291eaaff007197a8b1f348 (
plain
)
1
2
3
4
5
6
#include
<stdio.h>
int
main
()
{
printf
(
"Hello World
\n
"
);
return
0
;
}