diff options
| author | s1n <[email protected]> | 2019-08-16 02:25:34 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-16 02:25:34 -0700 |
| commit | 910cbcb5c5a06a97c64f5a4fe9f9ce56f4d95e2e (patch) | |
| tree | 224c97b59f785d0797340c71827a2a515379d082 | |
| parent | Create main.cpp (diff) | |
| download | cpp-terminology-910cbcb5c5a06a97c64f5a4fe9f9ce56f4d95e2e.tar.xz cpp-terminology-910cbcb5c5a06a97c64f5a4fe9f9ce56f4d95e2e.zip | |
file structure
| -rw-r--r-- | README.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..f3de498 --- /dev/null +++ b/README.txt @@ -0,0 +1,25 @@ +Project_name + | + |---- CMakeLists.txt + | + |---- include + | | + | |---- Project_name + | | + | |---- public_header(s).h + | + ---- src + | | + | |---- private_header(s).h + | | + | |---- code(s).cpp + | + | + |---- libs + | | + | |---- A + | | + | |---- B + | + | + |---- tests |