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
/
common
/
205 native file path override
/
main.cpp
blob: 91bc809069bdfd52eeaf7c2225b2d1536c800bfc (
plain
)
1
2
3
4
5
#include
<iostream>
int
main
(
void
)
{
std
::
cout
<<
"Hello world!"
<<
std
::
endl
;
}