phone_number: iteration 1

This commit is contained in:
Dmitry Kokorin 2016-03-03 18:00:08 +03:00
parent c5ea194574
commit 1024285d52
2 changed files with 29 additions and 5 deletions

View file

@ -1,10 +1,11 @@
#pragma once
#define EXERCISM_RUN_ALL_TESTS
#include <string>
class phone_number
{
std::string area_code_;
std::string number_;
public: