8 lines
73 B
C++
8 lines
73 B
C++
|
#include "Telephone.hh"
|
||
|
|
||
|
int main(){
|
||
|
Telephone t;
|
||
|
|
||
|
Telephone t2 = t;
|
||
|
}
|