phone_number: iteration 1
This commit is contained in:
parent
c5ea194574
commit
1024285d52
2 changed files with 29 additions and 5 deletions
|
|
@ -1,10 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
#define EXERCISM_RUN_ALL_TESTS
|
||||
|
||||
#include <string>
|
||||
|
||||
class phone_number
|
||||
{
|
||||
std::string area_code_;
|
||||
std::string number_;
|
||||
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue