Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-09 07:49:22

0001 #include "ssystime.h"
0002 
0003 int main()
0004 {
0005     for(int i=0 ; i < 100 ; i++) std::cout << ssystime::local() << "\n" ;
0006     //for(int i=0 ; i < 100 ; i++) std::cout << ssystime::utc() << "\n" ;
0007     return 0 ;
0008 }
0009 
0010