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