Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 10:30:56

0001 #include<helloroot/helloroot.hh>
0002 
0003 #include<iostream>
0004 #include<string>
0005 
0006 int main()
0007 {
0008     std::cout << "Hello from main " << std::endl;
0009     HelloRoot(); 
0010     
0011     return 0;
0012 }