index
:
test.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
/
main.cpp
blob: 332383cacf9e4d8bb8238c03eb8854b34c4d6124 (
plain
)
1
2
3
4
#include <iostream> int main(){ std::cout << "Hello world" << std::endl; }