index
:
cmake-common
aur
master
Utilities to help develop C++/CMake projects
Egor Tensin
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
cmake
/
examples
/
simple
/
foo.cpp
blob: 8b6a1d772f2d42309529316b1e2a0153f162451b (
plain
) (
blame
)
1
2
3
4
5
6
#include
<iostream>
int
main
()
{
std
::
cout
<<
"Hello, world!
\n
"
;
return
0
;
}