xref: /original-bsd/usr.bin/f77/libU77/test/datst.f (revision 5133e8a4)
1C
2C Copyright (c) 1980 The Regents of the University of California.
3C All rights reserved.
4C
5C %sccs.include.proprietary.f%
6C
7C	@(#)datst.f	5.2 (Berkeley) 04/12/91
8C
9
10	character*24 fdate
11	integer id(3), it(3)
12	write(*,*) fdate()
13	call itime(it)
14	call idate(id)
15	write(*,*) id, it
16	end
17