index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
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
;
}