Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Our project folder should look like this:

Code Block
languagebash
titleCalculator/ $: tree
.
├── src
│   ├── operations.cpp
│   └── operations.h
└── tst
    ├── run_tests.cpp
    └── test_operations.cpp