Commit Graph

3 Commits

Author SHA1 Message Date
Sergii Piatakov f03784b6c1 add header guard
The current implementation does not contain guard and it works well,
but it may lead to problems in the future.

Signed-off-by: Sergii Piatakov <sergii.piatakov@globallogic.com>
2018-11-15 15:11:37 +02:00
Sergii Piatakov 997217087b basic implementation
Introduce the `Calculator` class with single member-function which
performs an addition.

Signed-off-by: Sergii Piatakov <sergii.piatakov@globallogic.com>
2018-11-15 15:07:05 +02:00
Sergii Piatakov 75c0e7cb76 Initial commit
This commit is left empty intentionally.

Signed-off-by: Sergii Piatakov <sergii.piatakov@globallogic.com>
2018-11-15 13:13:59 +02:00