You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+32-21Lines changed: 32 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,20 @@ Repo containing the library used by core-createstructure manager-createstructur
12
12
13
13
```
14
14
../repo
15
+
├── Makefile
15
16
├── bin # source code
17
+
│ ├── cryptation.cpp
16
18
│ ├── cryptation.hpp
19
+
│ ├── emoji.cpp
17
20
│ ├── emoji.hpp
21
+
│ ├── inputs.cpp
18
22
│ ├── inputs.hpp
19
23
│ ├── json.hpp
24
+
│ ├── positive.cpp
20
25
│ ├── positive.hpp
26
+
│ ├── rest.cpp
21
27
│ ├── rest.hpp
28
+
│ ├── sleep.cpp
22
29
│ └── sleep.hpp
23
30
└── docs # documentation
24
31
├── CHANGELOG.md
@@ -27,52 +34,56 @@ Repo containing the library used by core-createstructure manager-createstructur
27
34
├── libraries-createstructure-Class-UML.svg
28
35
└── libraries-createstructure.drawio
29
36
30
-
2 directories, 12 files
37
+
2 directories, 19 files
31
38
```
32
39
## Changelog
33
40
Repo containing the library used by [core-createstructure](https://github.com/createstructure/core-createstructure) & [manager-createstructure](https://github.com/createstructure/manager-createstructure)
0 commit comments