Skip to content

Directory Structure

DavideC03 edited this page Jan 26, 2023 · 4 revisions

:octocat: Directory structure :octocat:

../repo
├── Makefile
├── bin # source code
│   ├── cryptation.cpp
│   ├── cryptation.hpp
│   ├── emoji.cpp
│   ├── emoji.hpp
│   ├── inputs.cpp
│   ├── inputs.hpp
│   ├── json.hpp
│   ├── positive.cpp
│   ├── positive.hpp
│   ├── rest.cpp
│   ├── rest.hpp
│   ├── sleep.cpp
│   └── sleep.hpp
└── docs # documentation
    ├── CHANGELOG.md
    ├── LICENSE
    ├── README.md
    ├── libraries-createstructure-Class-UML.svg
    └── libraries-createstructure.drawio

2 directories, 19 files
Clone this wiki locally