index
:
cpp_tour3.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
a1
/
hello.cc
blob: 84d019fad2301509dd247dcb92e8199bb79649e2 (
plain
)
1
2
3
4
5
6
import <iostream>; int main() { std::cout << "Hello World!\n"; }