Linux Foundation Collaborative Projects
index
:
virtio/qemu
master
Unnamed repository
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meson
/
test cases
/
common
/
82 add language
/
prog.cc
blob: 03647dde43a99b07860a3dde0f6ad831b99b68cc (
plain
)
1
2
3
4
5
6
#include
<iostream>
int
main
(
int
,
char
**
)
{
std
::
cout
<<
"I am C++.
\n
"
;
return
0
;
}