Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-09 08:12:19

0001 #include "bbb.h"
0002 
0003 bbb::bbb(){
0004     aaa * a = new aaa();
0005     a -> print();
0006 }