program vtim character*8 stime call time(stime) write(*,'(1x,"|",A,"|")')stime end
$ f77 -VAbsoft 64-bit Pro Fortran 11.1.1ERROR: No input files.
$ f77 vtim.f -lV77
$ ./a.out |14:08:58|