Add 'xo-indentlog/' from commit 'd43c4af0b4'
git-subtree-dir: xo-indentlog git-subtree-mainline:1c3f033933git-subtree-split:d43c4af0b4
This commit is contained in:
commit
341fcfd1c7
64 changed files with 4682 additions and 0 deletions
5
xo-indentlog/example/hello/hello.cpp
Normal file
5
xo-indentlog/example/hello/hello.cpp
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#include <iostream>
|
||||
|
||||
int main(int argc, char ** argv) {
|
||||
std::cout << "Hello, world!" << std::endl;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue