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
/
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
;
}