index
:
hello-world-1.git
kanban/task-1
kanban/task-3
hello world on c++
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hello.cpp
blob: 3b39d2abb90dd5e26ecd0a44d439f81b91d6569a (
plain
)
1
2
3
4
5
6
#include <iostream> int main() { std::cout << "hello user" << std::endl; return 0; }