3 lines
90 B
C++
3 lines
90 B
C++
|
|
link<int>* a = new link<int>('A', new link<int>('B'));
|
||
|
|
link<int>* c = new link<int>('C');
|