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
/
manual tests
/
13 builddir upgrade
/
foo.c
blob: f8edd23561ebf29c3a717c4eb12c14f862d506a8 (
plain
)
1
2
3
4
5
6
#include
<stdio.h>
int
main
()
{
printf
(
"Hello world!
\n
"
);
return
0
;
}