aboutsummaryrefslogtreecommitdiff
path: root/week12/Exercise3/Telephone.cpp
blob: 12506167e0f034649f6b28204dad64a4dee96dab (plain) (blame)
1
2
3
4
5
6
#include "Telephone.h"
#include <iostream>

void Telephone::Show() {
	std::cout << textMessage << std::endl;
}