index
:
ctor.git
custom-gcc-bootstrap
develop
externals
master
matrix_experiments
msvc
speed
win32
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
suite
/
hello.cc
blob: 06e3deb8fa0182371a33e704f2fd9d56de54a0a2 (
plain
)
1
2
3
4
5
6
#include <iostream> int main() { std::cout << "Hello\n"; }