RosettaCodeData/Task/System-time/PARI-GP/system-time-2.parigp

4 lines
102 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
install(time, "lf");
t = time();
print(t); \\ integer seconds since the epoch (usually 1 Jan 1970)